Html Css Color HEX #780C59 Palatinate Purple

📋 copy color: '#780C59'

red 120 ◦ green 12 ◦ blue 89

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

Shades of Palatinate Purple #780C59

Tints of Palatinate Purple #780C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 40.27%

R = 54.3%
G = 5.43%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#780C59 (or 0x780C59) is known color: Palatinate Purple. HEX triplet: 78, 0C and 59. RGB value is (120,12,89). Sum of RGB (Red+Green+Blue) = 120+12+89=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #780C59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C59 is #87F3A6. Grayscale: #343434. Windows color (decimal): -8909735 or 5835896. OLE color: 5835896.

HSL color Cylindrical-coordinate representation of color #780C59: hue angle of 317.22º 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 #780C59 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 12 89 -
CMYK 0 0.90 0.26 0.53
HSL 317.22º 0.82% 0.26% -
HSV(B) 317.22º 0.9% 0.47% -
XYZ 9.68 4.98 9.9 -
YUV 53.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 120 12 89 0 0.90 0.26 0.53 317.22 0.82 0.26
Hex 78 C 59 0 5A 1A 35 13D 52 1A
Octal 170 14 131 0 132 32 65 475 122 32
Binary 1111000 1100 1011001 0 1011010 11010 110101 100111101 1010010 11010

Color Harmonies of #780C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C59

Black with #780C59

Text Example


Text Example

White with #780C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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