#610457

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

Shades of Palatinate Purple #610457

Tints of Palatinate Purple #610457

Color information

#610457 (or 0x610457) is unknown color: approx Palatinate Purple. HEX triplet: 61, 04 and 57. RGB value is (97,4,87). Sum of RGB (Red+Green+Blue) = 97+4+87=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #610457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610457 is #9EFBA8. Grayscale: #292929. Windows color (decimal): -10419113 or 5702753. OLE color: 5702753.

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

Color convert

RGB97487-
CMYK00.960.100.62
HSL306.45º92.08%19.8%-
HSV(B)306.45º95.88%38.04%-
XYZ6.693.329.3-
YUV41.27153.81167.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 4 (1.95% from 255) = 2.13%
BLUE value IS 87 (34.38% from 255) = 46.28%
R=51.60%
G=2.13%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9748700.960.100.62306.4592.0819.8
Hex61457060A3E1325c14
Octal14141270140127646213424
Binary11000011001010111011000001010111110100110010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610457; }

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

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

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

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

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

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

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

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