#60325A

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

Shades of Palatinate Purple #60325A

Tints of Palatinate Purple #60325A

Color information

#60325A (or 0x60325A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 32 and 5A. RGB value is (96,50,90). Sum of RGB (Red+Green+Blue) = 96+50+90=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 96 - color contains mainly: red. Hex color #60325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60325A is #9FCDA5. Grayscale: #444444. Windows color (decimal): -10472870 or 5911136. OLE color: 5911136.

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

Color convert

RGB965090-
CMYK00.480.060.62
HSL307.83º31.51%28.63%-
HSV(B)307.83º47.92%37.65%-
XYZ7.815.5110.32-
YUV68.31140.24147.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.68%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=40.68%
G=21.19%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96509000.480.060.62307.8331.5128.63
Hex60325A03063E134201d
Octal140621320606764644035
Binary11000001100101011010011000011011111010011010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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