#610C5A

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

Shades of Palatinate Purple #610C5A

Tints of Palatinate Purple #610C5A

Color information

#610C5A (or 0x610C5A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0C and 5A. RGB value is (97,12,90). Sum of RGB (Red+Green+Blue) = 97+12+90=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #610C5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610C5A is #9EF3A5. Grayscale: #2E2E2E. Windows color (decimal): -10417062 or 5901409. OLE color: 5901409.

HSL color Cylindrical-coordinate representation of color #610C5A: hue angle of 304.94º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610C5A is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB971290-
CMYK00.880.070.62
HSL304.94º77.98%21.37%-
HSV(B)304.94º87.63%38.04%-
XYZ6.913.549.99-
YUV46.31152.66164.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 12 (5.08% from 255) = 6.03%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=48.74%
G=6.03%
B=45.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97129000.880.070.62304.9477.9821.37
Hex61C5A05873E1314e15
Octal14114132013077646111625
Binary11000011100101101001011000111111110100110001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,12,90); }

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

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

 a { background-color: rgb(97,12,90); }

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

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

 span { border-color: rgb(97,12,90); }

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