Html Css Color HEX #780C58 Pompadour

📋 copy color: '#780C58'

red 120 ◦ green 12 ◦ blue 88

#780C58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #780C58

Tints of Pompadour #780C58

RGB

 RED value IS 120 (47.27% from 255) = 54.55%

 GREEN value IS 12 (5.08% from 255) = 5.45%

 BLUE value IS 88 (34.77% from 255) = 40%

R = 54.55%
G = 5.45%
B = 40%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#780C58 (or 0x780C58) is known color: Pompadour. HEX triplet: 78, 0C and 58. RGB value is (120,12,88). Sum of RGB (Red+Green+Blue) = 120+12+88=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #780C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C58 is #87F3A7. Grayscale: #343434. Windows color (decimal): -8909736 or 5770360. OLE color: 5770360.

HSL color Cylindrical-coordinate representation of color #780C58: hue angle of 317.78º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C58 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 12 88 -
CMYK 0 0.90 0.27 0.53
HSL 317.78º 0.82% 0.26% -
HSV(B) 317.78º 0.9% 0.47% -
XYZ 9.64 4.96 9.68 -
YUV 52.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 120 12 88 0 0.90 0.27 0.53 317.78 0.82 0.26
Hex 78 C 58 0 5A 1B 35 13E 52 1A
Octal 170 14 130 0 132 33 65 476 122 32
Binary 1111000 1100 1011000 0 1011010 11011 110101 100111110 1010010 11010

Color Harmonies of #780C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C58

Black with #780C58

Text Example


Text Example

White with #780C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780C58; }

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

 H1.HeaderClassName
 {
   color: #780C58;
 }
 .AnyTagClassName
 {
   color: #780C58;
 }
</style>

background-color css

<style>
 a { background-color: #780C58; }

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

 div.DivClassName
 {
   background-color: #780C58;
 }
 .BgClassName
 {
   background-color: #780C58;
 }
</style>

border-color css

<style>
 span { border-color: #780C58; }

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

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