#63156C

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

Shades of Seance #63156C

Tints of Seance #63156C

Color information

#63156C (or 0x63156C) is unknown color: approx Seance. HEX triplet: 63, 15 and 6C. RGB value is (99,21,108). Sum of RGB (Red+Green+Blue) = 99+21+108=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #63156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63156C is #9CEA93. Grayscale: #353535. Windows color (decimal): -10283668 or 7083363. OLE color: 7083363.

HSL color Cylindrical-coordinate representation of color #63156C: hue angle of 293.79º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63156C is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9921108-
CMYK0.080.8100.58
HSL293.79º67.44%25.29%-
HSV(B)293.79º80.56%42.35%-
XYZ8.124.2714.58-
YUV54.24158.34159.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 108 (42.58% from 255) = 47.37%
R=43.42%
G=9.21%
B=47.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99211080.080.8100.58293.7967.4425.29
Hex63156C85103A1264319
Octal143251541012107244610331
Binary1100011101011101100100010100010111010100100110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63156C; }

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

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

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

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

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

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

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

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