Html Css Color HEX #79346A Palatinate Purple

📋 copy color: '#79346A'

red 121 ◦ green 52 ◦ blue 106

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

Shades of Palatinate Purple #79346A

Tints of Palatinate Purple #79346A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.64%

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

R = 43.37%
G = 18.64%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#79346A (or 0x79346A) is known color: Palatinate Purple. HEX triplet: 79, 34 and 6A. RGB value is (121,52,106). Sum of RGB (Red+Green+Blue) = 121+52+106=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #79346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79346A is #86CB95. Grayscale: #4E4E4E. Windows color (decimal): -8833942 or 6960249. OLE color: 6960249.

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

Color convert

RGB 121 52 106 -
CMYK 0 0.57 0.12 0.53
HSL 313.04º 0.4% 0.34% -
HSV(B) 313.04º 0.57% 0.47% -
XYZ 11.71 7.56 14.48 -
YUV 78.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 121 52 106 0 0.57 0.12 0.53 313.04 0.4 0.34
Hex 79 34 6A 0 39 C 35 139 28 22
Octal 171 64 152 0 71 14 65 471 50 42
Binary 1111001 110100 1101010 0 111001 1100 110101 100111001 101000 100010

Color Harmonies of #79346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79346A

Black with #79346A

Text Example


Text Example

White with #79346A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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