#600568

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

Shades of Palatinate Purple #600568

Tints of Palatinate Purple #600568

Color information

#600568 (or 0x600568) is unknown color: approx Palatinate Purple. HEX triplet: 60, 05 and 68. RGB value is (96,5,104). Sum of RGB (Red+Green+Blue) = 96+5+104=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #600568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600568 is #9FFA97. Grayscale: #2B2B2B. Windows color (decimal): -10484376 or 6817120. OLE color: 6817120.

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

Color convert

RGB965104-
CMYK0.080.9500.59
HSL295.15º90.83%21.37%-
HSV(B)295.15º95.19%40.78%-
XYZ7.383.5913.4-
YUV43.5162.15165.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 104 (41.02% from 255) = 50.73%
R=46.83%
G=2.44%
B=50.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9651040.080.9500.59295.1590.8321.37
Hex6056885F03B1275b15
Octal14051501013707344713325
Binary11000001011101000100010111110111011100100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600568; }

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

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

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

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

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

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

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

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