#79135C

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

Shades of Palatinate Purple #79135C

Tints of Palatinate Purple #79135C

Color information

#79135C (or 0x79135C) is unknown color: approx Palatinate Purple. HEX triplet: 79, 13 and 5C. RGB value is (121,19,92). Sum of RGB (Red+Green+Blue) = 121+19+92=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #79135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79135C is #86ECA3. Grayscale: #393939. Windows color (decimal): -8842404 or 6034297. OLE color: 6034297.

HSL color Cylindrical-coordinate representation of color #79135C: hue angle of 317.06º 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 #79135C is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1211992-
CMYK00.840.240.53
HSL317.06º72.86%27.45%-
HSV(B)317.06º84.3%47.45%-
XYZ10.055.310.62-
YUV57.82147.29173.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.16%
GREEN value IS 19 (7.81% from 255) = 8.19%
BLUE value IS 92 (36.33% from 255) = 39.66%
R=52.16%
G=8.19%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121199200.840.240.53317.0672.8627.45
Hex79135C054183513d491b
Octal171231340124306547511133
Binary11110011001110111000101010011000110101100111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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