Html Css Color HEX #79356C Palatinate Purple

📋 copy color: '#79356C'

red 121 ◦ green 53 ◦ blue 108

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

Shades of Palatinate Purple #79356C

Tints of Palatinate Purple #79356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 42.91%
G = 18.79%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#79356C (or 0x79356C) is known color: Palatinate Purple. HEX triplet: 79, 35 and 6C. RGB value is (121,53,108). Sum of RGB (Red+Green+Blue) = 121+53+108=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #79356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79356C is #86CA93. Grayscale: #4F4F4F. Windows color (decimal): -8833684 or 7091577. OLE color: 7091577.

HSL color Cylindrical-coordinate representation of color #79356C: hue angle of 311.47º 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 #79356C is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 53 108 -
CMYK 0 0.56 0.11 0.53
HSL 311.47º 0.39% 0.34% -
HSV(B) 311.47º 0.56% 0.47% -
XYZ 11.87 7.69 15.05 -
YUV 79.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 121 53 108 0 0.56 0.11 0.53 311.47 0.39 0.34
Hex 79 35 6C 0 38 B 35 137 27 22
Octal 171 65 154 0 70 13 65 467 47 42
Binary 1111001 110101 1101100 0 111000 1011 110101 100110111 100111 100010

Color Harmonies of #79356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79356C

Black with #79356C

Text Example


Text Example

White with #79356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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