#600964

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

Shades of Palatinate Purple #600964

Tints of Palatinate Purple #600964

Color information

#600964 (or 0x600964) is unknown color: approx Palatinate Purple. HEX triplet: 60, 09 and 64. RGB value is (96,9,100). Sum of RGB (Red+Green+Blue) = 96+9+100=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #600964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600964 is #9FF69B. Grayscale: #2D2D2D. Windows color (decimal): -10483356 or 6556000. OLE color: 6556000.

HSL color Cylindrical-coordinate representation of color #600964: hue angle of 297.36º 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 #600964 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB969100-
CMYK0.040.9100.61
HSL297.36º83.49%21.37%-
HSV(B)297.36º91%39.22%-
XYZ7.223.612.37-
YUV45.39158.82164.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 100 (39.45% from 255) = 48.78%
R=46.83%
G=4.39%
B=48.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9691000.040.9100.61297.3683.4921.37
Hex6096445B03D1295315
Octal14011144413307545112325
Binary11000001001110010010010110110111101100101001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600964; }

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

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

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

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

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

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

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

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