#79275C

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

Shades of Palatinate Purple #79275C

Tints of Palatinate Purple #79275C

Color information

#79275C (or 0x79275C) is unknown color: approx Palatinate Purple. HEX triplet: 79, 27 and 5C. RGB value is (121,39,92). Sum of RGB (Red+Green+Blue) = 121+39+92=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #79275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79275C is #86D8A3. Grayscale: #454545. Windows color (decimal): -8837284 or 6039417. OLE color: 6039417.

HSL color Cylindrical-coordinate representation of color #79275C: hue angle of 321.22º 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 #79275C is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1213992-
CMYK00.680.240.53
HSL321.22º51.25%31.37%-
HSV(B)321.22º67.77%47.45%-
XYZ10.546.2910.78-
YUV69.56140.67164.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.02%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=48.02%
G=15.48%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121399200.680.240.53321.2251.2531.37
Hex79275C0441835141331f
Octal17147134010430655016337
Binary11110011001111011100010001001100011010110100000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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