#781C55

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

Shades of Pompadour #781C55

Tints of Pompadour #781C55

Color information

#781C55 (or 0x781C55) is unknown color: approx Pompadour. HEX triplet: 78, 1C and 55. RGB value is (120,28,85). Sum of RGB (Red+Green+Blue) = 120+28+85=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #781C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C55 is #87E3AA. Grayscale: #3D3D3D. Windows color (decimal): -8905643 or 5577848. OLE color: 5577848.

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

Color convert

RGB1202885-
CMYK00.770.290.53
HSL322.83º62.16%29.02%-
HSV(B)322.83º76.67%47.06%-
XYZ9.85.489.14-
YUV62.01140.98169.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.50%
GREEN value IS 28 (11.33% from 255) = 12.02%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=51.50%
G=12.02%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120288500.770.290.53322.8362.1629.02
Hex781C5504D1D351433e1d
Octal17034125011535655037635
Binary1111000111001010101010011011110111010110100001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,28,85); }

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

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

 a { background-color: rgb(120,28,85); }

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

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

 span { border-color: rgb(120,28,85); }

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