#600060

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

Shades of Palatinate Purple #600060

Tints of Palatinate Purple #600060

Color information

#600060 (or 0x600060) is unknown color: approx Palatinate Purple. HEX triplet: 60, 00 and 60. RGB value is (96,0,96). Sum of RGB (Red+Green+Blue) = 96+0+96=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #600060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600060 is #9FFF9F. Grayscale: #272727. Windows color (decimal): -10485664 or 6291552. OLE color: 6291552.

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

Color convert

RGB96096-
CMYK0100.62
HSL300º100%18.82%-
HSV(B)300º100%37.65%-
XYZ6.943.3311.34-
YUV39.65159.8168.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal960960100.6230010018.82
Hex6006006403E12c6413
Octal1400140014407645414423
Binary110000001100000011001000111110100101100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600060; }

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

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

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

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

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

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

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

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