#7B1258

Color #7B1258 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #7B1258

Tints of Pompadour #7B1258

Color information

#7B1258 (or 0x7B1258) is unknown color: approx Pompadour. HEX triplet: 7B, 12 and 58. RGB value is (123,18,88). Sum of RGB (Red+Green+Blue) = 123+18+88=229 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.71% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1258 is #84EDA7. Grayscale: #393939. Windows color (decimal): -8711592 or 5771899. OLE color: 5771899.

HSL color Cylindrical-coordinate representation of color #7B1258: hue angle of 320º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B1258 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB1231888-
CMYK00.850.280.52
HSL320º74.47%27.65%-
HSV(B)320º85.37%48.24%-
XYZ10.155.359.73-
YUV57.38145.29174.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 53.71%
GREEN value IS 18 (7.42% from 255) = 7.86%
BLUE value IS 88 (34.77% from 255) = 38.43%
R=53.71%
G=7.86%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123188800.850.280.5232074.4727.65
Hex7B12580551C341404a1c
Octal173221300125346450011234
Binary11110111001010110000101010111100110100101000000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B1258; }

 p { color: rgb(123,18,88); }

 H1.HeaderClassName
 {
   color: #7B1258;
 }
 .AnyTagClassName
 {
   color: #7B1258;
 }
</style>
background-color css

<style>
 a { background-color: #7B1258; }

 a { background-color: rgb(123,18,88); }

 div.DivClassName
 {
   background-color: #7B1258;
 }
 .BgClassName
 {
   background-color: #7B1258;
 }
</style>
border-color css

<style>
 span { border-color: #7B1258; }

 span { border-color: rgb(123,18,88); }

 td.TdClassName
 {
   border-color: #7B1258;
 }
 .TagClassName
 {
   border-color: #7B1258;
 }
</style>