#600063

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

Shades of Palatinate Purple #600063

Tints of Palatinate Purple #600063

Color information

#600063 (or 0x600063) is unknown color: approx Palatinate Purple. HEX triplet: 60, 00 and 63. RGB value is (96,0,99). Sum of RGB (Red+Green+Blue) = 96+0+99=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #600063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600063 is #9FFF9C. Grayscale: #272727. Windows color (decimal): -10485661 or 6488160. OLE color: 6488160.

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

Color convert

RGB96099-
CMYK0.03100.61
HSL298.18º100%19.41%-
HSV(B)298.18º100%38.82%-
XYZ7.083.3912.09-
YUV39.99161.3167.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 50.77%
R=49.23%
G=0%
B=50.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal960990.03100.61298.1810019.41
Hex6006336403D12a6413
Octal1400143314407545214423
Binary1100000011000111111001000111101100101010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600063; }

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

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

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

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

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

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

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

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