Html Css Color HEX #790C5E Palatinate Purple

📋 copy color: '#790C5E'

red 121 ◦ green 12 ◦ blue 94

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

Shades of Palatinate Purple #790C5E

Tints of Palatinate Purple #790C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.41%

R = 53.3%
G = 5.29%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#790C5E (or 0x790C5E) is known color: Palatinate Purple. HEX triplet: 79, 0C and 5E. RGB value is (121,12,94). Sum of RGB (Red+Green+Blue) = 121+12+94=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #790C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790C5E is #86F3A1. Grayscale: #353535. Windows color (decimal): -8844194 or 6163577. OLE color: 6163577.

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

Color convert

RGB 121 12 94 -
CMYK 0 0.90 0.22 0.53
HSL 314.86º 0.82% 0.26% -
HSV(B) 314.86º 0.9% 0.47% -
XYZ 10.04 5.14 11.05 -
YUV 53.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 121 12 94 0 0.90 0.22 0.53 314.86 0.82 0.26
Hex 79 C 5E 0 5A 16 35 13B 52 1A
Octal 171 14 136 0 132 26 65 473 122 32
Binary 1111001 1100 1011110 0 1011010 10110 110101 100111011 1010010 11010

Color Harmonies of #790C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C5E

Black with #790C5E

Text Example


Text Example

White with #790C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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