#601654

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

Shades of Palatinate Purple #601654

Tints of Palatinate Purple #601654

Color information

#601654 (or 0x601654) is unknown color: approx Palatinate Purple. HEX triplet: 60, 16 and 54. RGB value is (96,22,84). Sum of RGB (Red+Green+Blue) = 96+22+84=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #601654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601654 is #9FE9AB. Grayscale: #333333. Windows color (decimal): -10480044 or 5510752. OLE color: 5510752.

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

Color convert

RGB962284-
CMYK00.770.120.62
HSL309.73º62.71%23.14%-
HSV(B)309.73º77.08%37.65%-
XYZ6.713.78.75-
YUV51.19146.52159.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 84 (33.20% from 255) = 41.58%
R=47.52%
G=10.89%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96228400.770.120.62309.7362.7123.14
Hex60165404DC3E1363f17
Octal14026124011514764667727
Binary110000010110101010001001101110011111010011011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601654; }

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

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

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

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

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

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

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

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