#631870

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

Shades of Seance #631870

Tints of Seance #631870

Color information

#631870 (or 0x631870) is unknown color: approx Seance. HEX triplet: 63, 18 and 70. RGB value is (99,24,112). Sum of RGB (Red+Green+Blue) = 99+24+112=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #631870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631870 is #9CE78F. Grayscale: #383838. Windows color (decimal): -10282896 or 7346275. OLE color: 7346275.

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

Color convert

RGB9924112-
CMYK0.120.7900.56
HSL291.14º64.71%26.67%-
HSV(B)291.14º78.57%43.92%-
XYZ8.44.4815.75-
YUV56.46159.35158.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.13%
GREEN value IS 24 (9.77% from 255) = 10.21%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=42.13%
G=10.21%
B=47.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99241120.120.7900.56291.1464.7126.67
Hex631870C4F038123411b
Octal143301601411707044310133
Binary1100011110001110000110010011110111000100100011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631870; }

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

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

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

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

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

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

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

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