#79285E

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

Shades of Palatinate Purple #79285E

Tints of Palatinate Purple #79285E

Color information

#79285E (or 0x79285E) is unknown color: approx Palatinate Purple. HEX triplet: 79, 28 and 5E. RGB value is (121,40,94). Sum of RGB (Red+Green+Blue) = 121+40+94=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #79285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79285E is #86D7A1. Grayscale: #464646. Windows color (decimal): -8837026 or 6170745. OLE color: 6170745.

HSL color Cylindrical-coordinate representation of color #79285E: hue angle of 320º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #79285E is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1214094-
CMYK00.670.220.53
HSL320º50.31%31.57%-
HSV(B)320º66.94%47.45%-
XYZ10.666.3911.26-
YUV70.38141.34164.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.45%
GREEN value IS 40 (16.02% from 255) = 15.69%
BLUE value IS 94 (37.11% from 255) = 36.86%
R=47.45%
G=15.69%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121409400.670.220.5332050.3131.57
Hex79285E04316351403220
Octal17150136010326655006240
Binary111100110100010111100100001110110110101101000000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79285E; }

 p { color: rgb(121,40,94); }

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

<style>
 a { background-color: #79285E; }

 a { background-color: rgb(121,40,94); }

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

<style>
 span { border-color: #79285E; }

 span { border-color: rgb(121,40,94); }

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