#610557

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

Shades of Palatinate Purple #610557

Tints of Palatinate Purple #610557

Color information

#610557 (or 0x610557) is unknown color: approx Palatinate Purple. HEX triplet: 61, 05 and 57. RGB value is (97,5,87). Sum of RGB (Red+Green+Blue) = 97+5+87=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #610557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610557 is #9EFAA8. Grayscale: #292929. Windows color (decimal): -10418857 or 5703009. OLE color: 5703009.

HSL color Cylindrical-coordinate representation of color #610557: hue angle of 306.52º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610557 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB97587-
CMYK00.950.100.62
HSL306.52º90.2%20%-
HSV(B)306.52º94.85%38.04%-
XYZ6.73.349.31-
YUV41.86153.48167.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 87 (34.38% from 255) = 46.03%
R=51.32%
G=2.65%
B=46.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9758700.950.100.62306.5290.220
Hex6155705FA3E1335a14
Octal14151270137127646313224
Binary11000011011010111010111111010111110100110011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610557; }

 p { color: rgb(97,5,87); }

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

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

 a { background-color: rgb(97,5,87); }

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

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

 span { border-color: rgb(97,5,87); }

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