#60325E

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

Shades of Palatinate Purple #60325E

Tints of Palatinate Purple #60325E

Color information

#60325E (or 0x60325E) is unknown color: approx Palatinate Purple. HEX triplet: 60, 32 and 5E. RGB value is (96,50,94). Sum of RGB (Red+Green+Blue) = 96+50+94=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #60325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60325E is #9FCDA1. Grayscale: #444444. Windows color (decimal): -10472866 or 6173280. OLE color: 6173280.

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

Color convert

RGB965094-
CMYK00.480.020.62
HSL302.61º31.51%28.63%-
HSV(B)302.61º47.92%37.65%-
XYZ7.985.5811.25-
YUV68.77142.24147.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 94 (37.11% from 255) = 39.17%
R=40%
G=20.83%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96509400.480.020.62302.6131.5128.63
Hex60325E03023E12f201d
Octal140621360602764574035
Binary1100000110010101111001100001011111010010111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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