Html Css Color HEX #79356A Palatinate Purple

📋 copy color: '#79356A'

red 121 ◦ green 53 ◦ blue 106

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

Shades of Palatinate Purple #79356A

Tints of Palatinate Purple #79356A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.93%

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

R = 43.21%
G = 18.93%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#79356A (or 0x79356A) is known color: Palatinate Purple. HEX triplet: 79, 35 and 6A. RGB value is (121,53,106). Sum of RGB (Red+Green+Blue) = 121+53+106=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 121 - color contains mainly: red. Hex color #79356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79356A is #86CA95. Grayscale: #4F4F4F. Windows color (decimal): -8833686 or 6960505. OLE color: 6960505.

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

Color convert

RGB 121 53 106 -
CMYK 0 0.56 0.12 0.53
HSL 313.24º 0.39% 0.34% -
HSV(B) 313.24º 0.56% 0.47% -
XYZ 11.76 7.65 14.49 -
YUV 79.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 121 53 106 0 0.56 0.12 0.53 313.24 0.39 0.34
Hex 79 35 6A 0 38 C 35 139 27 22
Octal 171 65 152 0 70 14 65 471 47 42
Binary 1111001 110101 1101010 0 111000 1100 110101 100111001 100111 100010

Color Harmonies of #79356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79356A

Black with #79356A

Text Example


Text Example

White with #79356A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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