Html Css Color HEX #79295D Palatinate Purple

📋 copy color: '#79295D'

red 121 ◦ green 41 ◦ blue 93

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

Shades of Palatinate Purple #79295D

Tints of Palatinate Purple #79295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.47%

R = 47.45%
G = 16.08%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#79295D (or 0x79295D) is known color: Palatinate Purple. HEX triplet: 79, 29 and 5D. RGB value is (121,41,93). Sum of RGB (Red+Green+Blue) = 121+41+93=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #79295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79295D is #86D6A2. Grayscale: #464646. Windows color (decimal): -8836771 or 6105465. OLE color: 6105465.

HSL color Cylindrical-coordinate representation of color #79295D: hue angle of 321º 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 #79295D is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 41 93 -
CMYK 0 0.66 0.23 0.53
HSL 321º 0.49% 0.32% -
HSV(B) 321º 0.66% 0.47% -
XYZ 10.65 6.44 11.04 -
YUV 70.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 121 41 93 0 0.66 0.23 0.53 321 0.49 0.32
Hex 79 29 5D 0 42 17 35 141 31 20
Octal 171 51 135 0 102 27 65 501 61 40
Binary 1111001 101001 1011101 0 1000010 10111 110101 101000001 110001 100000

Color Harmonies of #79295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79295D

Black with #79295D

Text Example


Text Example

White with #79295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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