#610870

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

Shades of Purple #610870

Tints of Purple #610870

Color information

#610870 (or 0x610870) is unknown color: approx Purple. HEX triplet: 61, 08 and 70. RGB value is (97,8,112). Sum of RGB (Red+Green+Blue) = 97+8+112=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #610870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610870 is #9EF78F. Grayscale: #2E2E2E. Windows color (decimal): -10418064 or 7342177. OLE color: 7342177.

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

Color convert

RGB978112-
CMYK0.130.9300.56
HSL291.35º86.67%23.53%-
HSV(B)291.35º92.86%43.92%-
XYZ7.943.8815.66-
YUV46.47164.99164.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 8 (3.52% from 255) = 3.69%
BLUE value IS 112 (44.14% from 255) = 51.61%
R=44.70%
G=3.69%
B=51.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9781120.130.9300.56291.3586.6723.53
Hex61870D5D0381235718
Octal141101601513507044312730
Binary110000110001110000110110111010111000100100011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610870; }

 p { color: rgb(97,8,112); }

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

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

 a { background-color: rgb(97,8,112); }

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

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

 span { border-color: rgb(97,8,112); }

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