#601652

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

Shades of Palatinate Purple #601652

Tints of Palatinate Purple #601652

Color information

#601652 (or 0x601652) is unknown color: approx Palatinate Purple. HEX triplet: 60, 16 and 52. RGB value is (96,22,82). Sum of RGB (Red+Green+Blue) = 96+22+82=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #601652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601652 is #9FE9AD. Grayscale: #323232. Windows color (decimal): -10480046 or 5379680. OLE color: 5379680.

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

Color convert

RGB962282-
CMYK00.770.150.62
HSL311.35º62.71%23.14%-
HSV(B)311.35º77.08%37.65%-
XYZ6.633.678.34-
YUV50.97145.52160.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 82 (32.42% from 255) = 41%
R=48%
G=11%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96228200.770.150.62311.3562.7123.14
Hex60165204DF3E1373f17
Octal14026122011517764677727
Binary110000010110101001001001101111111111010011011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601652; }

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

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

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

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

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

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

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

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