#600963

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

Shades of Palatinate Purple #600963

Tints of Palatinate Purple #600963

Color information

#600963 (or 0x600963) is unknown color: approx Palatinate Purple. HEX triplet: 60, 09 and 63. RGB value is (96,9,99). Sum of RGB (Red+Green+Blue) = 96+9+99=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #600963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600963 is #9FF69C. Grayscale: #2D2D2D. Windows color (decimal): -10483357 or 6490464. OLE color: 6490464.

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

Color convert

RGB96999-
CMYK0.030.9100.61
HSL298º83.33%21.18%-
HSV(B)298º90.91%38.82%-
XYZ7.173.5812.12-
YUV45.27158.32164.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.06%
GREEN value IS 9 (3.91% from 255) = 4.41%
BLUE value IS 99 (39.06% from 255) = 48.53%
R=47.06%
G=4.41%
B=48.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal969990.030.9100.6129883.3321.18
Hex6096335B03D12a5315
Octal14011143313307545212325
Binary1100000100111000111110110110111101100101010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600963; }

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

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

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

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

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

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

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

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