#781A58

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

Shades of Pompadour #781A58

Tints of Pompadour #781A58

Color information

#781A58 (or 0x781A58) is unknown color: approx Pompadour. HEX triplet: 78, 1A and 58. RGB value is (120,26,88). Sum of RGB (Red+Green+Blue) = 120+26+88=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #781A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A58 is #87E5A7. Grayscale: #3D3D3D. Windows color (decimal): -8906152 or 5773944. OLE color: 5773944.

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

Color convert

RGB1202688-
CMYK00.780.270.53
HSL320.43º64.38%28.63%-
HSV(B)320.43º78.33%47.06%-
XYZ9.885.449.76-
YUV61.17143.14169.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.28%
GREEN value IS 26 (10.55% from 255) = 11.11%
BLUE value IS 88 (34.77% from 255) = 37.61%
R=51.28%
G=11.11%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120268800.780.270.53320.4364.3828.63
Hex781A5804E1B35140401d
Octal170321300116336550010035
Binary11110001101010110000100111011011110101101000000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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