#60295F

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

Shades of Palatinate Purple #60295F

Tints of Palatinate Purple #60295F

Color information

#60295F (or 0x60295F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 29 and 5F. RGB value is (96,41,95). Sum of RGB (Red+Green+Blue) = 96+41+95=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #60295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60295F is #9FD6A0. Grayscale: #3F3F3F. Windows color (decimal): -10475169 or 6236512. OLE color: 6236512.

HSL color Cylindrical-coordinate representation of color #60295F: hue angle of 301.09º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60295F is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB964195-
CMYK00.570.010.62
HSL301.09º40.15%26.86%-
HSV(B)301.09º57.29%37.65%-
XYZ7.684.911.37-
YUV63.6145.72151.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=41.38%
G=17.67%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96419500.570.010.62301.0940.1526.86
Hex60295F03913E12d281b
Octal140511370711764555033
Binary110000010100110111110111001111111010010110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,41,95); }

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

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

 a { background-color: rgb(96,41,95); }

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

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

 span { border-color: rgb(96,41,95); }

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