#60325F

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

Shades of Palatinate Purple #60325F

Tints of Palatinate Purple #60325F

Color information

#60325F (or 0x60325F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 32 and 5F. RGB value is (96,50,95). Sum of RGB (Red+Green+Blue) = 96+50+95=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #60325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60325F is #9FCDA0. Grayscale: #444444. Windows color (decimal): -10472865 or 6238816. OLE color: 6238816.

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

Color convert

RGB965095-
CMYK00.480.010.62
HSL301.3º31.51%28.63%-
HSV(B)301.3º47.92%37.65%-
XYZ8.035.5911.48-
YUV68.88142.74147.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 95 (37.5% from 255) = 39.42%
R=39.83%
G=20.75%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96509500.480.010.62301.331.5128.63
Hex60325F03013E12d201d
Octal140621370601764554035
Binary110000011001010111110110000111111010010110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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