#601658

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

Shades of Palatinate Purple #601658

Tints of Palatinate Purple #601658

Color information

#601658 (or 0x601658) is unknown color: approx Palatinate Purple. HEX triplet: 60, 16 and 58. RGB value is (96,22,88). Sum of RGB (Red+Green+Blue) = 96+22+88=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #601658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601658 is #9FE9A7. Grayscale: #333333. Windows color (decimal): -10480040 or 5772896. OLE color: 5772896.

HSL color Cylindrical-coordinate representation of color #601658: hue angle of 306.49º 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 #601658 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB962288-
CMYK00.770.080.62
HSL306.49º62.71%23.14%-
HSV(B)306.49º77.08%37.65%-
XYZ6.873.779.6-
YUV51.65148.52159.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=46.60%
G=10.68%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96228800.770.080.62306.4962.7123.14
Hex60165804D83E1323f17
Octal14026130011510764627727
Binary110000010110101100001001101100011111010011001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601658; }

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

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

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

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

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

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

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

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