#610E57

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

Shades of Palatinate Purple #610E57

Tints of Palatinate Purple #610E57

Color information

#610E57 (or 0x610E57) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0E and 57. RGB value is (97,14,87). Sum of RGB (Red+Green+Blue) = 97+14+87=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #610E57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610E57 is #9EF1A8. Grayscale: #2E2E2E. Windows color (decimal): -10416553 or 5705313. OLE color: 5705313.

HSL color Cylindrical-coordinate representation of color #610E57: hue angle of 307.23º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #610E57 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB971487-
CMYK00.860.100.62
HSL307.23º74.77%21.76%-
HSV(B)307.23º85.57%38.04%-
XYZ6.813.549.34-
YUV47.14150.5163.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 14 (5.86% from 255) = 7.07%
BLUE value IS 87 (34.38% from 255) = 43.94%
R=48.99%
G=7.07%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97148700.860.100.62307.2374.7721.76
Hex61E57056A3E1334b16
Octal141161270126127646311326
Binary110000111101010111010101101010111110100110011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610E57; }

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

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

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

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

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

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

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

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