#79195F

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

Shades of Palatinate Purple #79195F

Tints of Palatinate Purple #79195F

Color information

#79195F (or 0x79195F) is unknown color: approx Palatinate Purple. HEX triplet: 79, 19 and 5F. RGB value is (121,25,95). Sum of RGB (Red+Green+Blue) = 121+25+95=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #79195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79195F is #86E6A0. Grayscale: #3D3D3D. Windows color (decimal): -8840865 or 6232441. OLE color: 6232441.

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

Color convert

RGB1212595-
CMYK00.790.210.53
HSL316.25º65.75%28.63%-
HSV(B)316.25º79.34%47.45%-
XYZ10.35.5911.36-
YUV61.68146.8170.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.21%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 95 (37.5% from 255) = 39.42%
R=50.21%
G=10.37%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121259500.790.210.53316.2565.7528.63
Hex79195F04F153513c421d
Octal171311370117256547410235
Binary11110011100110111110100111110101110101100111100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79195F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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