#610857

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

Shades of Palatinate Purple #610857

Tints of Palatinate Purple #610857

Color information

#610857 (or 0x610857) is unknown color: approx Palatinate Purple. HEX triplet: 61, 08 and 57. RGB value is (97,8,87). Sum of RGB (Red+Green+Blue) = 97+8+87=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #610857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610857 is #9EF7A8. Grayscale: #2B2B2B. Windows color (decimal): -10418089 or 5703777. OLE color: 5703777.

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

Color convert

RGB97887-
CMYK00.920.100.62
HSL306.74º84.76%20.59%-
HSV(B)306.74º91.75%38.04%-
XYZ6.743.49.32-
YUV43.62152.49166.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 87 (34.38% from 255) = 45.31%
R=50.52%
G=4.17%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9788700.920.100.62306.7484.7620.59
Hex6185705CA3E1335515
Octal141101270134127646312525
Binary110000110001010111010111001010111110100110011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610857; }

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

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

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

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

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

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

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

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