#600563

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

Shades of Palatinate Purple #600563

Tints of Palatinate Purple #600563

Color information

#600563 (or 0x600563) is unknown color: approx Palatinate Purple. HEX triplet: 60, 05 and 63. RGB value is (96,5,99). Sum of RGB (Red+Green+Blue) = 96+5+99=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #600563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600563 is #9FFA9C. Grayscale: #2A2A2A. Windows color (decimal): -10484381 or 6489440. OLE color: 6489440.

HSL color Cylindrical-coordinate representation of color #600563: hue angle of 298.09º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600563 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB96599-
CMYK0.030.9500.61
HSL298.09º90.38%20.39%-
HSV(B)298.09º94.95%38.82%-
XYZ7.133.512.1-
YUV42.92159.65165.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 5 (2.34% from 255) = 2.5%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=48%
G=2.5%
B=49.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal965990.030.9500.61298.0990.3820.39
Hex6056335F03D12a5a14
Octal1405143313707545213224
Binary110000010111000111110111110111101100101010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600563; }

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

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

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

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

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

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

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

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