#601152

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

Shades of Palatinate Purple #601152

Tints of Palatinate Purple #601152

Color information

#601152 (or 0x601152) is unknown color: approx Palatinate Purple. HEX triplet: 60, 11 and 52. RGB value is (96,17,82). Sum of RGB (Red+Green+Blue) = 96+17+82=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #601152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601152 is #9FEEAD. Grayscale: #2F2F2F. Windows color (decimal): -10481326 or 5378400. OLE color: 5378400.

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

Color convert

RGB961782-
CMYK00.820.150.62
HSL310.63º69.91%22.16%-
HSV(B)310.63º82.29%37.65%-
XYZ6.553.58.31-
YUV48.03147.17162.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=49.23%
G=8.72%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96178200.820.150.62310.6369.9122.16
Hex601152052F3E1374616
Octal140211220122177646710626
Binary1100000100011010010010100101111111110100110111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601152; }

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

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

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

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

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

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

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

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