#60005D

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

Shades of Palatinate Purple #60005D

Tints of Palatinate Purple #60005D

Color information

#60005D (or 0x60005D) is unknown color: approx Palatinate Purple. HEX triplet: 60, 00 and 5D. RGB value is (96,0,93). Sum of RGB (Red+Green+Blue) = 96+0+93=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #60005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60005D is #9FFFA2. Grayscale: #272727. Windows color (decimal): -10485667 or 6094944. OLE color: 6094944.

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

Color convert

RGB96093-
CMYK010.030.62
HSL301.88º100%18.82%-
HSV(B)301.88º100%37.65%-
XYZ6.83.2810.63-
YUV39.31158.3168.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=50.79%
G=0%
B=49.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96093010.030.62301.8810018.82
Hex6005D06433E12e6413
Octal1400135014437645614423
Binary1100000010111010110010011111110100101110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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