#610A5A

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

Shades of Palatinate Purple #610A5A

Tints of Palatinate Purple #610A5A

Color information

#610A5A (or 0x610A5A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0A and 5A. RGB value is (97,10,90). Sum of RGB (Red+Green+Blue) = 97+10+90=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #610A5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610A5A is #9EF5A5. Grayscale: #2C2C2C. Windows color (decimal): -10417574 or 5900897. OLE color: 5900897.

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

Color convert

RGB971090-
CMYK00.900.070.62
HSL304.83º81.31%20.98%-
HSV(B)304.83º89.69%38.04%-
XYZ6.883.59.98-
YUV45.13153.32165-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 10 (4.30% from 255) = 5.08%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=49.24%
G=5.08%
B=45.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97109000.900.070.62304.8381.3120.98
Hex61A5A05A73E1315115
Octal14112132013277646112125
Binary11000011010101101001011010111111110100110001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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