#610E53

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

Shades of Palatinate Purple #610E53

Tints of Palatinate Purple #610E53

Color information

#610E53 (or 0x610E53) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0E and 53. RGB value is (97,14,83). Sum of RGB (Red+Green+Blue) = 97+14+83=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #610E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610E53 is #9EF1AC. Grayscale: #2E2E2E. Windows color (decimal): -10416557 or 5443169. OLE color: 5443169.

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

Color convert

RGB971483-
CMYK00.860.140.62
HSL310.12º74.77%21.76%-
HSV(B)310.12º85.57%38.04%-
XYZ6.653.488.5-
YUV46.68148.5163.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 14 (5.86% from 255) = 7.22%
BLUE value IS 83 (32.81% from 255) = 42.78%
R=50%
G=7.22%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97148300.860.140.62310.1274.7721.76
Hex61E53056E3E1364b16
Octal141161230126167646611326
Binary110000111101010011010101101110111110100110110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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