#601653

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

Shades of Palatinate Purple #601653

Tints of Palatinate Purple #601653

Color information

#601653 (or 0x601653) is unknown color: approx Palatinate Purple. HEX triplet: 60, 16 and 53. RGB value is (96,22,83). Sum of RGB (Red+Green+Blue) = 96+22+83=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #601653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601653 is #9FE9AC. Grayscale: #323232. Windows color (decimal): -10480045 or 5445216. OLE color: 5445216.

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

Color convert

RGB962283-
CMYK00.770.140.62
HSL310.54º62.71%23.14%-
HSV(B)310.54º77.08%37.65%-
XYZ6.673.698.54-
YUV51.08146.02160.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.76%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=47.76%
G=10.95%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96228300.770.140.62310.5462.7123.14
Hex60165304DE3E1373f17
Octal14026123011516764677727
Binary110000010110101001101001101111011111010011011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601653; }

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

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

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

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

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

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

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

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