#631478

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

Shades of Seance #631478

Tints of Seance #631478

Color information

#631478 (or 0x631478) is unknown color: approx Seance. HEX triplet: 63, 14 and 78. RGB value is (99,20,120). Sum of RGB (Red+Green+Blue) = 99+20+120=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #631478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631478 is #9CEB87. Grayscale: #363636. Windows color (decimal): -10283912 or 7869539. OLE color: 7869539.

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

Color convert

RGB9920120-
CMYK0.170.8300.53
HSL287.4º71.43%27.45%-
HSV(B)287.4º83.33%47.06%-
XYZ8.794.5118.18-
YUV55.02164.67159.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.42%
GREEN value IS 20 (8.20% from 255) = 8.37%
BLUE value IS 120 (47.27% from 255) = 50.21%
R=41.42%
G=8.37%
B=50.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99201200.170.8300.53287.471.4327.45
Hex631478115303511f471b
Octal143241702112306543710733
Binary11000111010011110001000110100110110101100011111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631478; }

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

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

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

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

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

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

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

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