#610D5F

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

Shades of Palatinate Purple #610D5F

Tints of Palatinate Purple #610D5F

Color information

#610D5F (or 0x610D5F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0D and 5F. RGB value is (97,13,95). Sum of RGB (Red+Green+Blue) = 97+13+95=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #610D5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D5F is #9EF2A0. Grayscale: #2F2F2F. Windows color (decimal): -10416801 or 6229345. OLE color: 6229345.

HSL color Cylindrical-coordinate representation of color #610D5F: hue angle of 301.43º 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 #610D5F is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB971395-
CMYK00.870.020.62
HSL301.43º76.36%21.57%-
HSV(B)301.43º86.6%38.04%-
XYZ7.143.6611.16-
YUV47.46154.83163.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 13 (5.47% from 255) = 6.34%
BLUE value IS 95 (37.5% from 255) = 46.34%
R=47.32%
G=6.34%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97139500.870.020.62301.4376.3621.57
Hex61D5F05723E12d4c16
Octal14115137012727645511426
Binary1100001110110111110101011110111110100101101100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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