Html Css Color HEX #79336A Palatinate Purple

📋 copy color: '#79336A'

red 121 ◦ green 51 ◦ blue 106

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

Shades of Palatinate Purple #79336A

Tints of Palatinate Purple #79336A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.35%

 BLUE value IS 106 (41.8% from 255) = 38.13%

R = 43.53%
G = 18.35%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#79336A (or 0x79336A) is known color: Palatinate Purple. HEX triplet: 79, 33 and 6A. RGB value is (121,51,106). Sum of RGB (Red+Green+Blue) = 121+51+106=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 121 - color contains mainly: red. Hex color #79336A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79336A is #86CC95. Grayscale: #4E4E4E. Windows color (decimal): -8834198 or 6959993. OLE color: 6959993.

HSL color Cylindrical-coordinate representation of color #79336A: hue angle of 312.86º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #79336A is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 51 106 -
CMYK 0 0.58 0.12 0.53
HSL 312.86º 0.41% 0.34% -
HSV(B) 312.86º 0.58% 0.47% -
XYZ 11.67 7.47 14.46 -
YUV 78.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 121 51 106 0 0.58 0.12 0.53 312.86 0.41 0.34
Hex 79 33 6A 0 3A C 35 139 29 22
Octal 171 63 152 0 72 14 65 471 51 42
Binary 1111001 110011 1101010 0 111010 1100 110101 100111001 101001 100010

Color Harmonies of #79336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79336A

Black with #79336A

Text Example


Text Example

White with #79336A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79336A; }

 p { color: rgb(121,51,106); }

 H1.HeaderClassName
 {
   color: #79336A;
 }
 .AnyTagClassName
 {
   color: #79336A;
 }
</style>

background-color css

<style>
 a { background-color: #79336A; }

 a { background-color: rgb(121,51,106); }

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

border-color css

<style>
 span { border-color: #79336A; }

 span { border-color: rgb(121,51,106); }

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