#610570

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

Shades of Purple #610570

Tints of Purple #610570

Color information

#610570 (or 0x610570) is unknown color: approx Purple. HEX triplet: 61, 05 and 70. RGB value is (97,5,112). Sum of RGB (Red+Green+Blue) = 97+5+112=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #610570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610570 is #9EFA8F. Grayscale: #2C2C2C. Windows color (decimal): -10418832 or 7341409. OLE color: 7341409.

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

Color convert

RGB975112-
CMYK0.130.9600.56
HSL291.59º91.45%22.94%-
HSV(B)291.59º95.54%43.92%-
XYZ7.913.8215.65-
YUV44.71165.98165.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 5 (2.34% from 255) = 2.34%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=45.33%
G=2.34%
B=52.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9751120.130.9600.56291.5991.4522.94
Hex61570D600381245b17
Octal14151601514007044413327
Binary11000011011110000110111000000111000100100100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610570; }

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

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

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

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

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

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

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

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