#600665

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

Shades of Palatinate Purple #600665

Tints of Palatinate Purple #600665

Color information

#600665 (or 0x600665) is unknown color: approx Palatinate Purple. HEX triplet: 60, 06 and 65. RGB value is (96,6,101). Sum of RGB (Red+Green+Blue) = 96+6+101=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #600665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600665 is #9FF99A. Grayscale: #2B2B2B. Windows color (decimal): -10484123 or 6620768. OLE color: 6620768.

HSL color Cylindrical-coordinate representation of color #600665: hue angle of 296.84º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600665 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB966101-
CMYK0.050.9400.60
HSL296.84º88.79%20.98%-
HSV(B)296.84º94.06%39.61%-
XYZ7.243.5612.62-
YUV43.74160.32165.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 6 (2.73% from 255) = 2.96%
BLUE value IS 101 (39.84% from 255) = 49.75%
R=47.29%
G=2.96%
B=49.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9661010.050.9400.60296.8488.7920.98
Hex6066555E03C1295915
Octal1406145513607445113125
Binary1100000110110010110110111100111100100101001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600665; }

 p { color: rgb(96,6,101); }

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

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

 a { background-color: rgb(96,6,101); }

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

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

 span { border-color: rgb(96,6,101); }

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