#631278

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

Shades of Seance #631278

Tints of Seance #631278

Color information

#631278 (or 0x631278) is unknown color: approx Seance. HEX triplet: 63, 12 and 78. RGB value is (99,18,120). Sum of RGB (Red+Green+Blue) = 99+18+120=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #631278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631278 is #9CED87. Grayscale: #353535. Windows color (decimal): -10284424 or 7869027. OLE color: 7869027.

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

Color convert

RGB9918120-
CMYK0.170.8500.53
HSL287.65º73.91%27.06%-
HSV(B)287.65º85%47.06%-
XYZ8.754.4418.17-
YUV53.85165.34160.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.77%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 120 (47.27% from 255) = 50.63%
R=41.77%
G=7.59%
B=50.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99181200.170.8500.53287.6573.9127.06
Hex63127811550351204a1b
Octal143221702112506544011233
Binary11000111001011110001000110101010110101100100000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631278; }

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

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

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

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

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

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

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

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