#63146D

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

Shades of Seance #63146D

Tints of Seance #63146D

Color information

#63146D (or 0x63146D) is unknown color: approx Seance. HEX triplet: 63, 14 and 6D. RGB value is (99,20,109). Sum of RGB (Red+Green+Blue) = 99+20+109=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #63146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63146D is #9CEB92. Grayscale: #353535. Windows color (decimal): -10283923 or 7148643. OLE color: 7148643.

HSL color Cylindrical-coordinate representation of color #63146D: hue angle of 293.26º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63146D is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9920109-
CMYK0.090.8200.57
HSL293.26º68.99%25.29%-
HSV(B)293.26º81.65%42.75%-
XYZ8.164.2614.86-
YUV53.77159.17160.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 20 (8.20% from 255) = 8.77%
BLUE value IS 109 (42.97% from 255) = 47.81%
R=43.42%
G=8.77%
B=47.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99201090.090.8200.57293.2668.9925.29
Hex63146D9520391254519
Octal143241551112207144510531
Binary1100011101001101101100110100100111001100100101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63146D; }

 p { color: rgb(99,20,109); }

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

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

 a { background-color: rgb(99,20,109); }

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

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

 span { border-color: rgb(99,20,109); }

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