#610957

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

Shades of Palatinate Purple #610957

Tints of Palatinate Purple #610957

Color information

#610957 (or 0x610957) is unknown color: approx Palatinate Purple. HEX triplet: 61, 09 and 57. RGB value is (97,9,87). Sum of RGB (Red+Green+Blue) = 97+9+87=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #610957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610957 is #9EF6A8. Grayscale: #2B2B2B. Windows color (decimal): -10417833 or 5704033. OLE color: 5704033.

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

Color convert

RGB97987-
CMYK00.910.100.62
HSL306.82º83.02%20.78%-
HSV(B)306.82º90.72%38.04%-
XYZ6.753.429.32-
YUV44.2152.15165.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 87 (34.38% from 255) = 45.08%
R=50.26%
G=4.66%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798700.910.100.62306.8283.0220.78
Hex6195705BA3E1335315
Octal141111270133127646312325
Binary110000110011010111010110111010111110100110011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610957; }

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

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

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

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

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

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

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

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