#63286E

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

Shades of Seance #63286E

Tints of Seance #63286E

Color information

#63286E (or 0x63286E) is unknown color: approx Seance. HEX triplet: 63, 28 and 6E. RGB value is (99,40,110). Sum of RGB (Red+Green+Blue) = 99+40+110=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 110 - color contains mainly: blue. Hex color #63286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63286E is #9CD791. Grayscale: #414141. Windows color (decimal): -10278802 or 7219299. OLE color: 7219299.

HSL color Cylindrical-coordinate representation of color #63286E: hue angle of 290.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #63286E is Cyan = 0.1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9940110-
CMYK0.10.6400.57
HSL290.57º46.67%29.41%-
HSV(B)290.57º63.64%43.14%-
XYZ8.725.315.31-
YUV65.62153.05151.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.76%
GREEN value IS 40 (16.02% from 255) = 16.06%
BLUE value IS 110 (43.36% from 255) = 44.18%
R=39.76%
G=16.06%
B=44.18%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99401100.10.6400.57290.5746.6729.41
Hex63286EA400391232f1d
Octal14350156121000714435735
Binary1100011101000110111010101000000011100110010001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63286E; }

 p { color: rgb(99,40,110); }

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

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

 a { background-color: rgb(99,40,110); }

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

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

 span { border-color: rgb(99,40,110); }

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