#601757

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

Shades of Palatinate Purple #601757

Tints of Palatinate Purple #601757

Color information

#601757 (or 0x601757) is unknown color: approx Palatinate Purple. HEX triplet: 60, 17 and 57. RGB value is (96,23,87). Sum of RGB (Red+Green+Blue) = 96+23+87=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #601757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601757 is #9FE8A8. Grayscale: #333333. Windows color (decimal): -10479785 or 5707616. OLE color: 5707616.

HSL color Cylindrical-coordinate representation of color #601757: hue angle of 307.4º 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 #601757 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB962387-
CMYK00.760.090.62
HSL307.4º61.34%23.33%-
HSV(B)307.4º76.04%37.65%-
XYZ6.853.799.39-
YUV52.12147.68159.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 23 (9.38% from 255) = 11.17%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=46.60%
G=11.17%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96238700.760.090.62307.461.3423.33
Hex60175704C93E1333d17
Octal14027127011411764637527
Binary110000010111101011101001100100111111010011001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601757; }

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

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

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

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

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

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

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

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