Html Css Color HEX #79376D Palatinate Purple

📋 copy color: '#79376D'

red 121 ◦ green 55 ◦ blue 109

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

Shades of Palatinate Purple #79376D

Tints of Palatinate Purple #79376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.3%

 BLUE value IS 109 (42.97% from 255) = 38.25%

R = 42.46%
G = 19.3%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#79376D (or 0x79376D) is known color: Palatinate Purple. HEX triplet: 79, 37 and 6D. RGB value is (121,55,109). Sum of RGB (Red+Green+Blue) = 121+55+109=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #79376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79376D is #86C892. Grayscale: #505050. Windows color (decimal): -8833171 or 7157625. OLE color: 7157625.

HSL color Cylindrical-coordinate representation of color #79376D: hue angle of 310.91º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #79376D is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 55 109 -
CMYK 0 0.55 0.10 0.53
HSL 310.91º 0.38% 0.35% -
HSV(B) 310.91º 0.55% 0.47% -
XYZ 12.01 7.9 15.36 -
YUV 80.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 121 55 109 0 0.55 0.10 0.53 310.91 0.38 0.35
Hex 79 37 6D 0 37 A 35 137 26 23
Octal 171 67 155 0 67 12 65 467 46 43
Binary 1111001 110111 1101101 0 110111 1010 110101 100110111 100110 100011

Color Harmonies of #79376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79376D

Black with #79376D

Text Example


Text Example

White with #79376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,55,109); }

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

background-color css

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

 a { background-color: rgb(121,55,109); }

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

border-color css

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

 span { border-color: rgb(121,55,109); }

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