#600D63

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

Shades of Palatinate Purple #600D63

Tints of Palatinate Purple #600D63

Color information

#600D63 (or 0x600D63) is unknown color: approx Palatinate Purple. HEX triplet: 60, 0D and 63. RGB value is (96,13,99). Sum of RGB (Red+Green+Blue) = 96+13+99=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #600D63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600D63 is #9FF29C. Grayscale: #2F2F2F. Windows color (decimal): -10482333 or 6491488. OLE color: 6491488.

HSL color Cylindrical-coordinate representation of color #600D63: hue angle of 297.91º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #600D63 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB961399-
CMYK0.030.8700.61
HSL297.91º76.79%21.96%-
HSV(B)297.91º86.87%38.82%-
XYZ7.223.6812.13-
YUV47.62157162.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.15%
GREEN value IS 13 (5.47% from 255) = 6.25%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=46.15%
G=6.25%
B=47.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9613990.030.8700.61297.9176.7921.96
Hex60D6335703D12a4d16
Octal14015143312707545211526
Binary1100000110111000111110101110111101100101010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600D63; }

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

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

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

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

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

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

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

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