#601257

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

Shades of Palatinate Purple #601257

Tints of Palatinate Purple #601257

Color information

#601257 (or 0x601257) is unknown color: approx Palatinate Purple. HEX triplet: 60, 12 and 57. RGB value is (96,18,87). Sum of RGB (Red+Green+Blue) = 96+18+87=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #601257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601257 is #9FEDA8. Grayscale: #303030. Windows color (decimal): -10481065 or 5706336. OLE color: 5706336.

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

Color convert

RGB961887-
CMYK00.810.090.62
HSL306.92º68.42%22.35%-
HSV(B)306.92º81.25%37.65%-
XYZ6.763.619.36-
YUV49.19149.34161.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.76%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=47.76%
G=8.96%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96188700.810.090.62306.9268.4222.35
Hex60125705193E1334416
Octal140221270121117646310426
Binary1100000100101010111010100011001111110100110011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601257; }

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

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

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

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

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

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

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

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