#60255C

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

Shades of Palatinate Purple #60255C

Tints of Palatinate Purple #60255C

Color information

#60255C (or 0x60255C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 25 and 5C. RGB value is (96,37,92). Sum of RGB (Red+Green+Blue) = 96+37+92=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #60255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60255C is #9FDAA3. Grayscale: #3C3C3C. Windows color (decimal): -10476196 or 6038880. OLE color: 6038880.

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

Color convert

RGB963792-
CMYK00.610.040.62
HSL304.07º44.36%26.08%-
HSV(B)304.07º61.46%37.65%-
XYZ7.424.5810.62-
YUV60.91145.55153.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 92 (36.33% from 255) = 40.89%
R=42.67%
G=16.44%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96379200.610.040.62304.0744.3626.08
Hex60255C03D43E1302c1a
Octal140451340754764605432
Binary11000001001011011100011110110011111010011000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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