#601752

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

Shades of Palatinate Purple #601752

Tints of Palatinate Purple #601752

Color information

#601752 (or 0x601752) is unknown color: approx Palatinate Purple. HEX triplet: 60, 17 and 52. RGB value is (96,23,82). Sum of RGB (Red+Green+Blue) = 96+23+82=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #601752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601752 is #9FE8AD. Grayscale: #333333. Windows color (decimal): -10479790 or 5379936. OLE color: 5379936.

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

Color convert

RGB962382-
CMYK00.760.150.62
HSL311.51º61.34%23.33%-
HSV(B)311.51º76.04%37.65%-
XYZ6.653.718.35-
YUV51.55145.18159.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.76%
GREEN value IS 23 (9.38% from 255) = 11.44%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=47.76%
G=11.44%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96238200.760.150.62311.5161.3423.33
Hex60175204CF3E1383d17
Octal14027122011417764707527
Binary110000010111101001001001100111111111010011100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601752; }

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

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

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

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

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

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

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

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