#60255D

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

Shades of Palatinate Purple #60255D

Tints of Palatinate Purple #60255D

Color information

#60255D (or 0x60255D) is unknown color: approx Palatinate Purple. HEX triplet: 60, 25 and 5D. RGB value is (96,37,93). Sum of RGB (Red+Green+Blue) = 96+37+93=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #60255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60255D is #9FDAA2. Grayscale: #3C3C3C. Windows color (decimal): -10476195 or 6104416. OLE color: 6104416.

HSL color Cylindrical-coordinate representation of color #60255D: hue angle of 303.05º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60255D is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB963793-
CMYK00.610.030.62
HSL303.05º44.36%26.08%-
HSV(B)303.05º61.46%37.65%-
XYZ7.464.610.85-
YUV61.03146.05152.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.48%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 93 (36.72% from 255) = 41.15%
R=42.48%
G=16.37%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96379300.610.030.62303.0544.3626.08
Hex60255D03D33E12f2c1a
Octal140451350753764575432
Binary1100000100101101110101111011111111010010111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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