#610D53

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

Shades of Palatinate Purple #610D53

Tints of Palatinate Purple #610D53

Color information

#610D53 (or 0x610D53) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0D and 53. RGB value is (97,13,83). Sum of RGB (Red+Green+Blue) = 97+13+83=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #610D53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D53 is #9EF2AC. Grayscale: #2D2D2D. Windows color (decimal): -10416813 or 5442913. OLE color: 5442913.

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

Color convert

RGB971383-
CMYK00.870.140.62
HSL310º76.36%21.57%-
HSV(B)310º86.6%38.04%-
XYZ6.643.458.5-
YUV46.1148.83164.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 13 (5.47% from 255) = 6.74%
BLUE value IS 83 (32.81% from 255) = 43.01%
R=50.26%
G=6.74%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97138300.870.140.6231076.3621.57
Hex61D53057E3E1364c16
Octal141151230127167646611426
Binary110000111011010011010101111110111110100110110100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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