#631170

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

Shades of Seance #631170

Tints of Seance #631170

Color information

#631170 (or 0x631170) is unknown color: approx Seance. HEX triplet: 63, 11 and 70. RGB value is (99,17,112). Sum of RGB (Red+Green+Blue) = 99+17+112=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #631170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631170 is #9CEE8F. Grayscale: #343434. Windows color (decimal): -10284688 or 7344483. OLE color: 7344483.

HSL color Cylindrical-coordinate representation of color #631170: hue angle of 291.79º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631170 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9917112-
CMYK0.120.8500.56
HSL291.79º73.64%25.29%-
HSV(B)291.79º84.82%43.92%-
XYZ8.274.2215.71-
YUV52.35161.67161.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 17 (7.03% from 255) = 7.46%
BLUE value IS 112 (44.14% from 255) = 49.12%
R=43.42%
G=7.46%
B=49.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99171120.120.8500.56291.7973.6425.29
Hex631170C550381244a19
Octal143211601412507044411231
Binary1100011100011110000110010101010111000100100100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631170; }

 p { color: rgb(99,17,112); }

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

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

 a { background-color: rgb(99,17,112); }

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

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

 span { border-color: rgb(99,17,112); }

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