#600566

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

Shades of Palatinate Purple #600566

Tints of Palatinate Purple #600566

Color information

#600566 (or 0x600566) is unknown color: approx Palatinate Purple. HEX triplet: 60, 05 and 66. RGB value is (96,5,102). Sum of RGB (Red+Green+Blue) = 96+5+102=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #600566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600566 is #9FFA99. Grayscale: #2A2A2A. Windows color (decimal): -10484378 or 6686048. OLE color: 6686048.

HSL color Cylindrical-coordinate representation of color #600566: hue angle of 296.29º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600566 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB965102-
CMYK0.060.9500.6
HSL296.29º90.65%20.98%-
HSV(B)296.29º95.1%40%-
XYZ7.283.5512.87-
YUV43.27161.15165.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 102 (40.23% from 255) = 50.25%
R=47.29%
G=2.46%
B=50.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9651020.060.9500.6296.2990.6520.98
Hex6056665F03C1285b15
Octal1405146613707445013325
Binary1100000101110011011010111110111100100101000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600566; }

 p { color: rgb(96,5,102); }

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

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

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

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

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

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

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