#63166D

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

Shades of Seance #63166D

Tints of Seance #63166D

Color information

#63166D (or 0x63166D) is unknown color: approx Seance. HEX triplet: 63, 16 and 6D. RGB value is (99,22,109). Sum of RGB (Red+Green+Blue) = 99+22+109=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #63166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63166D is #9CE992. Grayscale: #363636. Windows color (decimal): -10283411 or 7149155. OLE color: 7149155.

HSL color Cylindrical-coordinate representation of color #63166D: hue angle of 293.1º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #63166D is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9922109-
CMYK0.090.8000.57
HSL293.1º66.41%25.69%-
HSV(B)293.1º79.82%42.75%-
XYZ8.194.3314.87-
YUV54.94158.51159.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 22 (8.98% from 255) = 9.57%
BLUE value IS 109 (42.97% from 255) = 47.39%
R=43.04%
G=9.57%
B=47.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99221090.090.8000.57293.166.4125.69
Hex63166D950039125421a
Octal143261551112007144510232
Binary1100011101101101101100110100000111001100100101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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