Html Css Color HEX #79295E Palatinate Purple

📋 copy color: '#79295E'

red 121 ◦ green 41 ◦ blue 94

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

Shades of Palatinate Purple #79295E

Tints of Palatinate Purple #79295E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.02%

 BLUE value IS 94 (37.11% from 255) = 36.72%

R = 47.27%
G = 16.02%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#79295E (or 0x79295E) is known color: Palatinate Purple. HEX triplet: 79, 29 and 5E. RGB value is (121,41,94). Sum of RGB (Red+Green+Blue) = 121+41+94=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 121 - color contains mainly: red. Hex color #79295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79295E is #86D6A1. Grayscale: #464646. Windows color (decimal): -8836770 or 6171001. OLE color: 6171001.

HSL color Cylindrical-coordinate representation of color #79295E: hue angle of 320.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #79295E is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 41 94 -
CMYK 0 0.66 0.22 0.53
HSL 320.25º 0.49% 0.32% -
HSV(B) 320.25º 0.66% 0.47% -
XYZ 10.7 6.46 11.27 -
YUV 70.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 121 41 94 0 0.66 0.22 0.53 320.25 0.49 0.32
Hex 79 29 5E 0 42 16 35 140 31 20
Octal 171 51 136 0 102 26 65 500 61 40
Binary 1111001 101001 1011110 0 1000010 10110 110101 101000000 110001 100000

Color Harmonies of #79295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79295E

Black with #79295E

Text Example


Text Example

White with #79295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79295E; }

 p { color: rgb(121,41,94); }

 H1.HeaderClassName
 {
   color: #79295E;
 }
 .AnyTagClassName
 {
   color: #79295E;
 }
</style>

background-color css

<style>
 a { background-color: #79295E; }

 a { background-color: rgb(121,41,94); }

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

border-color css

<style>
 span { border-color: #79295E; }

 span { border-color: rgb(121,41,94); }

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