#79155B

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

Shades of Palatinate Purple #79155B

Tints of Palatinate Purple #79155B

Color information

#79155B (or 0x79155B) is unknown color: approx Palatinate Purple. HEX triplet: 79, 15 and 5B. RGB value is (121,21,91). Sum of RGB (Red+Green+Blue) = 121+21+91=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #79155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79155B is #86EAA4. Grayscale: #3A3A3A. Windows color (decimal): -8841893 or 5969273. OLE color: 5969273.

HSL color Cylindrical-coordinate representation of color #79155B: hue angle of 318º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79155B is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1212191-
CMYK00.830.250.53
HSL318º70.42%27.84%-
HSV(B)318º82.64%47.45%-
XYZ10.045.3610.4-
YUV58.88146.13172.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.93%
GREEN value IS 21 (8.59% from 255) = 9.01%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=51.93%
G=9.01%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121219100.830.250.5331870.4227.84
Hex79155B053193513e461c
Octal171251330123316547610634
Binary11110011010110110110101001111001110101100111110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79155B; }

 p { color: rgb(121,21,91); }

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

<style>
 a { background-color: #79155B; }

 a { background-color: rgb(121,21,91); }

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

<style>
 span { border-color: #79155B; }

 span { border-color: rgb(121,21,91); }

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