Html Css Color HEX #790C59 Palatinate Purple

📋 copy color: '#790C59'

red 121 ◦ green 12 ◦ blue 89

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

Shades of Palatinate Purple #790C59

Tints of Palatinate Purple #790C59

RGB

 RED value IS 121 (47.66% from 255) = 54.5%

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

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

R = 54.5%
G = 5.41%
B = 40.09%

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

#790C59 (or 0x790C59) is known color: Palatinate Purple. HEX triplet: 79, 0C and 59. RGB value is (121,12,89). Sum of RGB (Red+Green+Blue) = 121+12+89=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #790C59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790C59 is #86F3A6. Grayscale: #353535. Windows color (decimal): -8844199 or 5835897. OLE color: 5835897.

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

Color convert

RGB 121 12 89 -
CMYK 0 0.90 0.26 0.53
HSL 317.61º 0.82% 0.26% -
HSV(B) 317.61º 0.9% 0.47% -
XYZ 9.82 5.05 9.91 -
YUV 53.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 121 12 89 0 0.90 0.26 0.53 317.61 0.82 0.26
Hex 79 C 59 0 5A 1A 35 13E 52 1A
Octal 171 14 131 0 132 32 65 476 122 32
Binary 1111001 1100 1011001 0 1011010 11010 110101 100111110 1010010 11010

Color Harmonies of #790C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C59

Black with #790C59

Text Example


Text Example

White with #790C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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