#601252

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

Shades of Palatinate Purple #601252

Tints of Palatinate Purple #601252

Color information

#601252 (or 0x601252) is unknown color: approx Palatinate Purple. HEX triplet: 60, 12 and 52. RGB value is (96,18,82). Sum of RGB (Red+Green+Blue) = 96+18+82=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #601252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601252 is #9FEDAD. Grayscale: #303030. Windows color (decimal): -10481070 or 5378656. OLE color: 5378656.

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

Color convert

RGB961882-
CMYK00.810.150.62
HSL310.77º68.42%22.35%-
HSV(B)310.77º81.25%37.65%-
XYZ6.563.538.32-
YUV48.62146.84161.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=48.98%
G=9.18%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96188200.810.150.62310.7768.4222.35
Hex601252051F3E1374416
Octal140221220121177646710426
Binary1100000100101010010010100011111111110100110111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601252; }

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

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

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

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

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

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

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

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