#79275E

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

Shades of Palatinate Purple #79275E

Tints of Palatinate Purple #79275E

Color information

#79275E (or 0x79275E) is unknown color: approx Palatinate Purple. HEX triplet: 79, 27 and 5E. RGB value is (121,39,94). Sum of RGB (Red+Green+Blue) = 121+39+94=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #79275E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79275E is #86D8A1. Grayscale: #454545. Windows color (decimal): -8837282 or 6170489. OLE color: 6170489.

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

Color convert

RGB1213994-
CMYK00.680.220.53
HSL319.76º51.25%31.37%-
HSV(B)319.76º67.77%47.45%-
XYZ10.636.3211.25-
YUV69.79141.67164.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.64%
GREEN value IS 39 (15.62% from 255) = 15.35%
BLUE value IS 94 (37.11% from 255) = 37.01%
R=47.64%
G=15.35%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121399400.680.220.53319.7651.2531.37
Hex79275E0441635140331f
Octal17147136010426655006337
Binary11110011001111011110010001001011011010110100000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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