Html Css Color HEX #780D59 Palatinate Purple

📋 copy color: '#780D59'

red 120 ◦ green 13 ◦ blue 89

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

Shades of Palatinate Purple #780D59

Tints of Palatinate Purple #780D59

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.86%

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

R = 54.05%
G = 5.86%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#780D59 (or 0x780D59) is known color: Palatinate Purple. HEX triplet: 78, 0D and 59. RGB value is (120,13,89). Sum of RGB (Red+Green+Blue) = 120+13+89=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #780D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D59 is #87F2A6. Grayscale: #353535. Windows color (decimal): -8909479 or 5836152. OLE color: 5836152.

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

Color convert

RGB 120 13 89 -
CMYK 0 0.89 0.26 0.53
HSL 317.38º 0.8% 0.26% -
HSV(B) 317.38º 0.89% 0.47% -
XYZ 9.69 5 9.91 -
YUV 53.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 120 13 89 0 0.89 0.26 0.53 317.38 0.8 0.26
Hex 78 D 59 0 59 1A 35 13D 50 1A
Octal 170 15 131 0 131 32 65 475 120 32
Binary 1111000 1101 1011001 0 1011001 11010 110101 100111101 1010000 11010

Color Harmonies of #780D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780D59

Black with #780D59

Text Example


Text Example

White with #780D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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