#631573

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

Shades of Seance #631573

Tints of Seance #631573

Color information

#631573 (or 0x631573) is unknown color: approx Seance. HEX triplet: 63, 15 and 73. RGB value is (99,21,115). Sum of RGB (Red+Green+Blue) = 99+21+115=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #631573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631573 is #9CEA8C. Grayscale: #363636. Windows color (decimal): -10283661 or 7542115. OLE color: 7542115.

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

Color convert

RGB9921115-
CMYK0.140.8200.55
HSL289.79º69.12%26.67%-
HSV(B)289.79º81.74%45.1%-
XYZ8.514.4316.63-
YUV55.04161.84159.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.13%
GREEN value IS 21 (8.59% from 255) = 8.94%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=42.13%
G=8.94%
B=48.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99211150.140.8200.55289.7969.1226.67
Hex631573E52037122451b
Octal143251631612206744210533
Binary1100011101011110011111010100100110111100100010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631573; }

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

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

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

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

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

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

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

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