Html Css Color HEX #79316B Palatinate Purple

📋 copy color: '#79316B'

red 121 ◦ green 49 ◦ blue 107

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

Shades of Palatinate Purple #79316B

Tints of Palatinate Purple #79316B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.63%

R = 43.68%
G = 17.69%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#79316B (or 0x79316B) is known color: Palatinate Purple. HEX triplet: 79, 31 and 6B. RGB value is (121,49,107). Sum of RGB (Red+Green+Blue) = 121+49+107=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #79316B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79316B is #86CE94. Grayscale: #4C4C4C. Windows color (decimal): -8834709 or 7025017. OLE color: 7025017.

HSL color Cylindrical-coordinate representation of color #79316B: hue angle of 311.67º 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 #79316B is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 49 107 -
CMYK 0 0.60 0.12 0.53
HSL 311.67º 0.42% 0.33% -
HSV(B) 311.67º 0.6% 0.47% -
XYZ 11.64 7.32 14.71 -
YUV 77.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 121 49 107 0 0.60 0.12 0.53 311.67 0.42 0.33
Hex 79 31 6B 0 3C C 35 138 2A 21
Octal 171 61 153 0 74 14 65 470 52 41
Binary 1111001 110001 1101011 0 111100 1100 110101 100111000 101010 100001

Color Harmonies of #79316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79316B

Black with #79316B

Text Example


Text Example

White with #79316B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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