#79246A

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

Shades of Palatinate Purple #79246A

Tints of Palatinate Purple #79246A

Color information

#79246A (or 0x79246A) is unknown color: approx Palatinate Purple. HEX triplet: 79, 24 and 6A. RGB value is (121,36,106). Sum of RGB (Red+Green+Blue) = 121+36+106=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #79246A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79246A is #86DB95. Grayscale: #454545. Windows color (decimal): -8838038 or 6956153. OLE color: 6956153.

HSL color Cylindrical-coordinate representation of color #79246A: hue angle of 310.59º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #79246A is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12136106-
CMYK00.700.120.53
HSL310.59º54.14%30.78%-
HSV(B)310.59º70.25%47.45%-
XYZ11.126.3714.28-
YUV69.4148.66164.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.01%
GREEN value IS 36 (14.45% from 255) = 13.69%
BLUE value IS 106 (41.80% from 255) = 40.30%
R=46.01%
G=13.69%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213610600.700.120.53310.5954.1430.78
Hex79246A046C35137361f
Octal17144152010614654676637
Binary1111001100100110101001000110110011010110011011111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79246A; }

 p { color: rgb(121,36,106); }

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

<style>
 a { background-color: #79246A; }

 a { background-color: rgb(121,36,106); }

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

<style>
 span { border-color: #79246A; }

 span { border-color: rgb(121,36,106); }

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