#610f70

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

Shades of Seance #610F70

Tints of Seance #610F70

Color information

#610F70 (or 0x610F70) is unknown color: approx Seance. HEX triplet: 61, 0F and 70. RGB value is (97,15,112). Sum of RGB (Red+Green+Blue) = 97+15+112=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #610F70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F70 is #9EF08F. Grayscale: #323232. Windows color (decimal): -10416272 or 7343969. OLE color: 7343969.

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

Color convert

RGB9715112-
CMYK0.130.8700.56
HSL290.72º76.38%24.9%-
HSV(B)290.72º86.61%43.92%-
XYZ8.034.0515.69-
YUV50.58162.67161.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 15 (6.25% from 255) = 6.70%
BLUE value IS 112 (44.14% from 255) = 50%
R=43.30%
G=6.70%
B=50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97151120.130.8700.56290.7276.3824.9
Hex61F70D570381234c19
Octal141171601512707044311431
Binary110000111111110000110110101110111000100100011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610f70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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