#7B1859

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

Shades of Pompadour #7B1859

Tints of Pompadour #7B1859

Color information

#7B1859 (or 0x7B1859) is unknown color: approx Pompadour. HEX triplet: 7B, 18 and 59. RGB value is (123,24,89). Sum of RGB (Red+Green+Blue) = 123+24+89=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1859 is #84E7A6. Grayscale: #3C3C3C. Windows color (decimal): -8710055 or 5838971. OLE color: 5838971.

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

Color convert

RGB1232489-
CMYK00.800.280.52
HSL320.61º67.35%28.82%-
HSV(B)320.61º80.49%48.24%-
XYZ10.35.599.99-
YUV61.01143.8172.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.12%
GREEN value IS 24 (9.77% from 255) = 10.17%
BLUE value IS 89 (35.16% from 255) = 37.71%
R=52.12%
G=10.17%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123248900.800.280.52320.6167.3528.82
Hex7B18590501C34141431d
Octal173301310120346450110335
Binary11110111100010110010101000011100110100101000001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,24,89); }

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

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

 a { background-color: rgb(123,24,89); }

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

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

 span { border-color: rgb(123,24,89); }

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