Html Css Color HEX #79135D Palatinate Purple

📋 copy color: '#79135D'

red 121 ◦ green 19 ◦ blue 93

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

Shades of Palatinate Purple #79135D

Tints of Palatinate Purple #79135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.15%

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

R = 51.93%
G = 8.15%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#79135D (or 0x79135D) is known color: Palatinate Purple. HEX triplet: 79, 13 and 5D. RGB value is (121,19,93). Sum of RGB (Red+Green+Blue) = 121+19+93=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #79135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79135D is #86ECA2. Grayscale: #393939. Windows color (decimal): -8842403 or 6099833. OLE color: 6099833.

HSL color Cylindrical-coordinate representation of color #79135D: hue angle of 316.47º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #79135D is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 19 93 -
CMYK 0 0.84 0.23 0.53
HSL 316.47º 0.73% 0.27% -
HSV(B) 316.47º 0.84% 0.47% -
XYZ 10.09 5.32 10.85 -
YUV 57.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 121 19 93 0 0.84 0.23 0.53 316.47 0.73 0.27
Hex 79 13 5D 0 54 17 35 13C 49 1B
Octal 171 23 135 0 124 27 65 474 111 33
Binary 1111001 10011 1011101 0 1010100 10111 110101 100111100 1001001 11011

Color Harmonies of #79135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79135D

Black with #79135D

Text Example


Text Example

White with #79135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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