#63287B

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

Shades of Seance #63287B

Tints of Seance #63287B

Color information

#63287B (or 0x63287B) is unknown color: approx Seance. HEX triplet: 63, 28 and 7B. RGB value is (99,40,123). Sum of RGB (Red+Green+Blue) = 99+40+123=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #63287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63287B is #9CD784. Grayscale: #424242. Windows color (decimal): -10278789 or 8071267. OLE color: 8071267.

HSL color Cylindrical-coordinate representation of color #63287B: hue angle of 282.65º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63287B is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9940123-
CMYK0.200.6700.52
HSL282.65º50.92%31.96%-
HSV(B)282.65º67.48%48.24%-
XYZ9.485.619.32-
YUV67.1159.55150.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 40 (16.02% from 255) = 15.27%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=37.79%
G=15.27%
B=46.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal99401230.200.6700.52282.6550.9231.96
Hex63287B144303411b3320
Octal14350173241030644336340
Binary110001110100011110111010010000110110100100011011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63287B; }

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

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

<style>
 a { background-color: #63287B; }

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

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

<style>
 span { border-color: #63287B; }

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

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