#601659

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

Shades of Palatinate Purple #601659

Tints of Palatinate Purple #601659

Color information

#601659 (or 0x601659) is unknown color: approx Palatinate Purple. HEX triplet: 60, 16 and 59. RGB value is (96,22,89). Sum of RGB (Red+Green+Blue) = 96+22+89=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #601659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601659 is #9FE9A6. Grayscale: #333333. Windows color (decimal): -10480039 or 5838432. OLE color: 5838432.

HSL color Cylindrical-coordinate representation of color #601659: hue angle of 305.68º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #601659 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB962289-
CMYK00.770.070.62
HSL305.68º62.71%23.14%-
HSV(B)305.68º77.08%37.65%-
XYZ6.913.789.82-
YUV51.76149.02159.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=46.38%
G=10.63%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96228900.770.070.62305.6862.7123.14
Hex60165904D73E1323f17
Octal1402613101157764627727
Binary11000001011010110010100110111111111010011001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601659; }

 p { color: rgb(96,22,89); }

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

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

 a { background-color: rgb(96,22,89); }

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

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

 span { border-color: rgb(96,22,89); }

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