Html Css Color HEX #79115D Palatinate Purple

📋 copy color: '#79115D'

red 121 ◦ green 17 ◦ blue 93

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

Shades of Palatinate Purple #79115D

Tints of Palatinate Purple #79115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 52.38%
G = 7.36%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#79115D (or 0x79115D) is known color: Palatinate Purple. HEX triplet: 79, 11 and 5D. RGB value is (121,17,93). Sum of RGB (Red+Green+Blue) = 121+17+93=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #79115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79115D is #86EEA2. Grayscale: #383838. Windows color (decimal): -8842915 or 6099321. OLE color: 6099321.

HSL color Cylindrical-coordinate representation of color #79115D: hue angle of 316.15º 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 #79115D is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 17 93 -
CMYK 0 0.86 0.23 0.53
HSL 316.15º 0.75% 0.27% -
HSV(B) 316.15º 0.86% 0.47% -
XYZ 10.06 5.26 10.84 -
YUV 56.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 121 17 93 0 0.86 0.23 0.53 316.15 0.75 0.27
Hex 79 11 5D 0 56 17 35 13C 4B 1B
Octal 171 21 135 0 126 27 65 474 113 33
Binary 1111001 10001 1011101 0 1010110 10111 110101 100111100 1001011 11011

Color Harmonies of #79115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79115D

Black with #79115D

Text Example


Text Example

White with #79115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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