#60325D

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

Shades of Palatinate Purple #60325D

Tints of Palatinate Purple #60325D

Color information

#60325D (or 0x60325D) is unknown color: approx Palatinate Purple. HEX triplet: 60, 32 and 5D. RGB value is (96,50,93). Sum of RGB (Red+Green+Blue) = 96+50+93=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #60325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60325D is #9FCDA2. Grayscale: #444444. Windows color (decimal): -10472867 or 6107744. OLE color: 6107744.

HSL color Cylindrical-coordinate representation of color #60325D: hue angle of 303.91º 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 #60325D is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB965093-
CMYK00.480.030.62
HSL303.91º31.51%28.63%-
HSV(B)303.91º47.92%37.65%-
XYZ7.945.5611.01-
YUV68.66141.74147.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.17%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 93 (36.72% from 255) = 38.91%
R=40.17%
G=20.92%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96509300.480.030.62303.9131.5128.63
Hex60325D03033E130201d
Octal140621350603764604035
Binary1100000110010101110101100001111111010011000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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