#79125F

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

Shades of Palatinate Purple #79125F

Tints of Palatinate Purple #79125F

Color information

#79125F (or 0x79125F) is unknown color: approx Palatinate Purple. HEX triplet: 79, 12 and 5F. RGB value is (121,18,95). Sum of RGB (Red+Green+Blue) = 121+18+95=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #79125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79125F is #86EDA0. Grayscale: #393939. Windows color (decimal): -8842657 or 6230649. OLE color: 6230649.

HSL color Cylindrical-coordinate representation of color #79125F: hue angle of 315.15º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #79125F is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1211895-
CMYK00.850.210.53
HSL315.15º74.1%27.25%-
HSV(B)315.15º85.12%47.45%-
XYZ10.175.3211.32-
YUV57.58149.12173.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.71%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 95 (37.5% from 255) = 40.60%
R=51.71%
G=7.69%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121189500.850.210.53315.1574.127.25
Hex79125F055153513b4a1b
Octal171221370125256547311233
Binary11110011001010111110101010110101110101100111011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79125F; }

 p { color: rgb(121,18,95); }

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

<style>
 a { background-color: #79125F; }

 a { background-color: rgb(121,18,95); }

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

<style>
 span { border-color: #79125F; }

 span { border-color: rgb(121,18,95); }

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