#610A58

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

Shades of Palatinate Purple #610A58

Tints of Palatinate Purple #610A58

Color information

#610A58 (or 0x610A58) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0A and 58. RGB value is (97,10,88). Sum of RGB (Red+Green+Blue) = 97+10+88=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #610A58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610A58 is #9EF5A7. Grayscale: #2C2C2C. Windows color (decimal): -10417576 or 5769825. OLE color: 5769825.

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

Color convert

RGB971088-
CMYK00.900.090.62
HSL306.21º81.31%20.98%-
HSV(B)306.21º89.69%38.04%-
XYZ6.83.469.54-
YUV44.9152.32165.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 10 (4.30% from 255) = 5.13%
BLUE value IS 88 (34.77% from 255) = 45.13%
R=49.74%
G=5.13%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97108800.900.090.62306.2181.3120.98
Hex61A5805A93E1325115
Octal141121300132117646212125
Binary110000110101011000010110101001111110100110010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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