#60325C

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

Shades of Palatinate Purple #60325C

Tints of Palatinate Purple #60325C

Color information

#60325C (or 0x60325C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 32 and 5C. RGB value is (96,50,92). Sum of RGB (Red+Green+Blue) = 96+50+92=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 96 - color contains mainly: red. Hex color #60325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60325C is #9FCDA3. Grayscale: #444444. Windows color (decimal): -10472868 or 6042208. OLE color: 6042208.

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

Color convert

RGB965092-
CMYK00.480.040.62
HSL305.22º31.51%28.63%-
HSV(B)305.22º47.92%37.65%-
XYZ7.95.5410.78-
YUV68.54141.24147.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.34%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 92 (36.33% from 255) = 38.66%
R=40.34%
G=21.01%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96509200.480.040.62305.2231.5128.63
Hex60325C03043E131201d
Octal140621340604764614035
Binary11000001100101011100011000010011111010011000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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