#63316A

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

Shades of Seance #63316A

Tints of Seance #63316A

Color information

#63316A (or 0x63316A) is unknown color: approx Seance. HEX triplet: 63, 31 and 6A. RGB value is (99,49,106). Sum of RGB (Red+Green+Blue) = 99+49+106=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 106 - color contains mainly: blue. Hex color #63316A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63316A is #9CCE95. Grayscale: #464646. Windows color (decimal): -10276502 or 6959459. OLE color: 6959459.

HSL color Cylindrical-coordinate representation of color #63316A: hue angle of 292.63º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63316A is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9949106-
CMYK0.070.5400.58
HSL292.63º36.77%30.39%-
HSV(B)292.63º53.77%41.57%-
XYZ8.855.8914.31-
YUV70.45148.06148.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.98%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 106 (41.80% from 255) = 41.73%
R=38.98%
G=19.29%
B=41.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99491060.070.5400.58292.6336.7730.39
Hex63316A73603A125251e
Octal143611527660724454536
Binary11000111100011101010111110110011101010010010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63316A; }

 p { color: rgb(99,49,106); }

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

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

 a { background-color: rgb(99,49,106); }

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

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

 span { border-color: rgb(99,49,106); }

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