#631276

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

Shades of Seance #631276

Tints of Seance #631276

Color information

#631276 (or 0x631276) is unknown color: approx Seance. HEX triplet: 63, 12 and 76. RGB value is (99,18,118). Sum of RGB (Red+Green+Blue) = 99+18+118=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #631276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631276 is #9CED89. Grayscale: #353535. Windows color (decimal): -10284426 or 7737955. OLE color: 7737955.

HSL color Cylindrical-coordinate representation of color #631276: hue angle of 288.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631276 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9918118-
CMYK0.160.8500.54
HSL288.6º73.53%26.67%-
HSV(B)288.6º84.75%46.27%-
XYZ8.634.3917.53-
YUV53.62164.34160.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.13%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=42.13%
G=7.66%
B=50.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99181180.160.8500.54288.673.5326.67
Hex63127610550361214a1b
Octal143221662012506644111233
Binary11000111001011101101000010101010110110100100001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631276; }

 p { color: rgb(99,18,118); }

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

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

 a { background-color: rgb(99,18,118); }

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

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

 span { border-color: rgb(99,18,118); }

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