#601852

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

Shades of Palatinate Purple #601852

Tints of Palatinate Purple #601852

Color information

#601852 (or 0x601852) is unknown color: approx Palatinate Purple. HEX triplet: 60, 18 and 52. RGB value is (96,24,82). Sum of RGB (Red+Green+Blue) = 96+24+82=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #601852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601852 is #9FE7AD. Grayscale: #333333. Windows color (decimal): -10479534 or 5380192. OLE color: 5380192.

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

Color convert

RGB962482-
CMYK00.750.150.62
HSL311.67º60%23.53%-
HSV(B)311.67º75%37.65%-
XYZ6.673.758.35-
YUV52.14144.85159.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 24 (9.77% from 255) = 11.88%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=47.52%
G=11.88%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96248200.750.150.62311.676023.53
Hex60185204BF3E1383c18
Octal14030122011317764707430
Binary110000011000101001001001011111111111010011100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601852; }

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

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

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

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

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

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

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

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