#631371

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

Shades of Seance #631371

Tints of Seance #631371

Color information

#631371 (or 0x631371) is unknown color: approx Seance. HEX triplet: 63, 13 and 71. RGB value is (99,19,113). Sum of RGB (Red+Green+Blue) = 99+19+113=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #631371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631371 is #9CEC8E. Grayscale: #353535. Windows color (decimal): -10284175 or 7410531. OLE color: 7410531.

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

Color convert

RGB9919113-
CMYK0.120.8300.56
HSL291.06º71.21%25.88%-
HSV(B)291.06º83.19%44.31%-
XYZ8.364.3116.01-
YUV53.64161.5160.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.86%
GREEN value IS 19 (7.81% from 255) = 8.23%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=42.86%
G=8.23%
B=48.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99191130.120.8300.56291.0671.2125.88
Hex631371C53038123471a
Octal143231611412307044310732
Binary1100011100111110001110010100110111000100100011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631371; }

 p { color: rgb(99,19,113); }

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

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

 a { background-color: rgb(99,19,113); }

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

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

 span { border-color: rgb(99,19,113); }

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