#631973

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

Shades of Seance #631973

Tints of Seance #631973

Color information

#631973 (or 0x631973) is unknown color: approx Seance. HEX triplet: 63, 19 and 73. RGB value is (99,25,115). Sum of RGB (Red+Green+Blue) = 99+25+115=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #631973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631973 is #9CE68C. Grayscale: #393939. Windows color (decimal): -10282637 or 7543139. OLE color: 7543139.

HSL color Cylindrical-coordinate representation of color #631973: hue angle of 289.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #631973 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9925115-
CMYK0.140.7800.55
HSL289.33º64.29%27.45%-
HSV(B)289.33º78.26%45.1%-
XYZ8.594.5916.65-
YUV57.39160.52157.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.42%
GREEN value IS 25 (10.16% from 255) = 10.46%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=41.42%
G=10.46%
B=48.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99251150.140.7800.55289.3364.2927.45
Hex631973E4E037121401b
Octal143311631611606744110033
Binary1100011110011110011111010011100110111100100001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631973; }

 p { color: rgb(99,25,115); }

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

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

 a { background-color: rgb(99,25,115); }

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

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

 span { border-color: rgb(99,25,115); }

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