#79235D

Color #79235D Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #79235D

Tints of Palatinate Purple #79235D

Color information

#79235D (or 0x79235D) is unknown color: approx Palatinate Purple. HEX triplet: 79, 23 and 5D. RGB value is (121,35,93). Sum of RGB (Red+Green+Blue) = 121+35+93=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #79235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79235D is #86DCA2. Grayscale: #434343. Windows color (decimal): -8838307 or 6103929. OLE color: 6103929.

HSL color Cylindrical-coordinate representation of color #79235D: hue angle of 319.53º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #79235D is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1213593-
CMYK00.710.230.53
HSL319.53º55.13%30.59%-
HSV(B)319.53º71.07%47.45%-
XYZ10.466.0610.97-
YUV67.33142.49166.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.59%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=48.59%
G=14.06%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121359300.710.230.53319.5355.1330.59
Hex79235D0471735140371f
Octal17143135010727655006737
Binary11110011000111011101010001111011111010110100000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #79235D;
 }
 .AnyTagClassName
 {
   color: #79235D;
 }
</style>
background-color css

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

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

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

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

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

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