Html Css Color HEX #79115A Palatinate Purple

📋 copy color: '#79115A'

red 121 ◦ green 17 ◦ blue 90

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

Shades of Palatinate Purple #79115A

Tints of Palatinate Purple #79115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.46%

 BLUE value IS 90 (35.55% from 255) = 39.47%

R = 53.07%
G = 7.46%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#79115A (or 0x79115A) is known color: Palatinate Purple. HEX triplet: 79, 11 and 5A. RGB value is (121,17,90). Sum of RGB (Red+Green+Blue) = 121+17+90=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #79115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79115A is #86EEA5. Grayscale: #383838. Windows color (decimal): -8842918 or 5902713. OLE color: 5902713.

HSL color Cylindrical-coordinate representation of color #79115A: hue angle of 317.88º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #79115A is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 17 90 -
CMYK 0 0.86 0.26 0.53
HSL 317.88º 0.75% 0.27% -
HSV(B) 317.88º 0.86% 0.47% -
XYZ 9.93 5.2 10.15 -
YUV 56.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 121 17 90 0 0.86 0.26 0.53 317.88 0.75 0.27
Hex 79 11 5A 0 56 1A 35 13E 4B 1B
Octal 171 21 132 0 126 32 65 476 113 33
Binary 1111001 10001 1011010 0 1010110 11010 110101 100111110 1001011 11011

Color Harmonies of #79115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79115A

Black with #79115A

Text Example


Text Example

White with #79115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79115A; }

 p { color: rgb(121,17,90); }

 H1.HeaderClassName
 {
   color: #79115A;
 }
 .AnyTagClassName
 {
   color: #79115A;
 }
</style>

background-color css

<style>
 a { background-color: #79115A; }

 a { background-color: rgb(121,17,90); }

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

border-color css

<style>
 span { border-color: #79115A; }

 span { border-color: rgb(121,17,90); }

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