#610D5E

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

Shades of Palatinate Purple #610D5E

Tints of Palatinate Purple #610D5E

Color information

#610D5E (or 0x610D5E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0D and 5E. RGB value is (97,13,94). Sum of RGB (Red+Green+Blue) = 97+13+94=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #610D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D5E is #9EF2A1. Grayscale: #2F2F2F. Windows color (decimal): -10416802 or 6163809. OLE color: 6163809.

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

Color convert

RGB971394-
CMYK00.870.030.62
HSL302.14º76.36%21.57%-
HSV(B)302.14º86.6%38.04%-
XYZ7.093.6410.92-
YUV47.35154.33163.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 13 (5.47% from 255) = 6.37%
BLUE value IS 94 (37.11% from 255) = 46.08%
R=47.55%
G=6.37%
B=46.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97139400.870.030.62302.1476.3621.57
Hex61D5E05733E12e4c16
Octal14115136012737645611426
Binary1100001110110111100101011111111110100101110100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,13,94); }

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

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

 a { background-color: rgb(97,13,94); }

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

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

 span { border-color: rgb(97,13,94); }

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