#781E58

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

Shades of Pompadour #781E58

Tints of Pompadour #781E58

Color information

#781E58 (or 0x781E58) is unknown color: approx Pompadour. HEX triplet: 78, 1E and 58. RGB value is (120,30,88). Sum of RGB (Red+Green+Blue) = 120+30+88=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #781E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E58 is #87E1A7. Grayscale: #3F3F3F. Windows color (decimal): -8905128 or 5774968. OLE color: 5774968.

HSL color Cylindrical-coordinate representation of color #781E58: hue angle of 321.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #781E58 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1203088-
CMYK00.750.270.53
HSL321.33º60%29.41%-
HSV(B)321.33º75%47.06%-
XYZ9.975.639.79-
YUV63.52141.82168.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 30 (12.11% from 255) = 12.61%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=50.42%
G=12.61%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120308800.750.270.53321.336029.41
Hex781E5804B1B351413c1d
Octal17036130011333655017435
Binary1111000111101011000010010111101111010110100000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781E58; }

 p { color: rgb(120,30,88); }

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

<style>
 a { background-color: #781E58; }

 a { background-color: rgb(120,30,88); }

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

<style>
 span { border-color: #781E58; }

 span { border-color: rgb(120,30,88); }

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