#79135D

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

Shades of Palatinate Purple #79135D

Tints of Palatinate Purple #79135D

Color information

#79135D (or 0x79135D) is unknown color: approx Palatinate Purple. HEX triplet: 79, 13 and 5D. RGB value is (121,19,93). Sum of RGB (Red+Green+Blue) = 121+19+93=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #79135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79135D is #86ECA2. Grayscale: #393939. Windows color (decimal): -8842403 or 6099833. OLE color: 6099833.

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

Color convert

RGB1211993-
CMYK00.840.230.53
HSL316.47º72.86%27.45%-
HSV(B)316.47º84.3%47.45%-
XYZ10.095.3210.85-
YUV57.93147.79172.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.93%
GREEN value IS 19 (7.81% from 255) = 8.15%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=51.93%
G=8.15%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121199300.840.230.53316.4772.8627.45
Hex79135D054173513c491b
Octal171231350124276547411133
Binary11110011001110111010101010010111110101100111100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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