Html Css Color HEX #79316E Palatinate Purple

📋 copy color: '#79316E'

red 121 ◦ green 49 ◦ blue 110

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

Shades of Palatinate Purple #79316E

Tints of Palatinate Purple #79316E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.5%

 BLUE value IS 110 (43.36% from 255) = 39.29%

R = 43.21%
G = 17.5%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#79316E (or 0x79316E) is known color: Palatinate Purple. HEX triplet: 79, 31 and 6E. RGB value is (121,49,110). Sum of RGB (Red+Green+Blue) = 121+49+110=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 121 - color contains mainly: red. Hex color #79316E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79316E is #86CE91. Grayscale: #4D4D4D. Windows color (decimal): -8834706 or 7221625. OLE color: 7221625.

HSL color Cylindrical-coordinate representation of color #79316E: hue angle of 309.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #79316E is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 49 110 -
CMYK 0 0.60 0.09 0.53
HSL 309.17º 0.42% 0.33% -
HSV(B) 309.17º 0.6% 0.47% -
XYZ 11.8 7.39 15.56 -
YUV 77.48 146.35 159.04 -
System Red Green Blue C M Y K H S L
Decimal 121 49 110 0 0.60 0.09 0.53 309.17 0.42 0.33
Hex 79 31 6E 0 3C 9 35 135 2A 21
Octal 171 61 156 0 74 11 65 465 52 41
Binary 1111001 110001 1101110 0 111100 1001 110101 100110101 101010 100001

Color Harmonies of #79316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79316E

Black with #79316E

Text Example


Text Example

White with #79316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79316E; }

 p { color: rgb(121,49,110); }

 H1.HeaderClassName
 {
   color: #79316E;
 }
 .AnyTagClassName
 {
   color: #79316E;
 }
</style>

background-color css

<style>
 a { background-color: #79316E; }

 a { background-color: rgb(121,49,110); }

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

border-color css

<style>
 span { border-color: #79316E; }

 span { border-color: rgb(121,49,110); }

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