#601557

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

Shades of Palatinate Purple #601557

Tints of Palatinate Purple #601557

Color information

#601557 (or 0x601557) is unknown color: approx Palatinate Purple. HEX triplet: 60, 15 and 57. RGB value is (96,21,87). Sum of RGB (Red+Green+Blue) = 96+21+87=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #601557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601557 is #9FEAA8. Grayscale: #323232. Windows color (decimal): -10480297 or 5707104. OLE color: 5707104.

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

Color convert

RGB962187-
CMYK00.780.090.62
HSL307.2º64.1%22.94%-
HSV(B)307.2º78.12%37.65%-
XYZ6.813.719.37-
YUV50.95148.35160.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.06%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 87 (34.38% from 255) = 42.65%
R=47.06%
G=10.29%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96218700.780.090.62307.264.122.94
Hex60155704E93E1334017
Octal140251270116117646310027
Binary1100000101011010111010011101001111110100110011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601557; }

 p { color: rgb(96,21,87); }

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

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

 a { background-color: rgb(96,21,87); }

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

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

 span { border-color: rgb(96,21,87); }

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