#610A6F

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

Shades of Purple #610A6F

Tints of Purple #610A6F

Color information

#610A6F (or 0x610A6F) is unknown color: approx Purple. HEX triplet: 61, 0A and 6F. RGB value is (97,10,111). Sum of RGB (Red+Green+Blue) = 97+10+111=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #610A6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610A6F is #9EF590. Grayscale: #2F2F2F. Windows color (decimal): -10417553 or 7277153. OLE color: 7277153.

HSL color Cylindrical-coordinate representation of color #610A6F: hue angle of 291.68º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610A6F is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9710111-
CMYK0.130.9100.56
HSL291.68º83.47%23.73%-
HSV(B)291.68º90.99%43.53%-
XYZ7.913.9115.38-
YUV47.53163.82163.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 10 (4.30% from 255) = 4.59%
BLUE value IS 111 (43.75% from 255) = 50.92%
R=44.50%
G=4.59%
B=50.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97101110.130.9100.56291.6883.4723.73
Hex61A6FD5B0381245318
Octal141121571513307044412330
Binary110000110101101111110110110110111000100100100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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