#63277B

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

Shades of Seance #63277B

Tints of Seance #63277B

Color information

#63277B (or 0x63277B) is unknown color: approx Seance. HEX triplet: 63, 27 and 7B. RGB value is (99,39,123). Sum of RGB (Red+Green+Blue) = 99+39+123=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #63277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63277B is #9CD884. Grayscale: #424242. Windows color (decimal): -10279045 or 8071011. OLE color: 8071011.

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

Color convert

RGB9939123-
CMYK0.200.6800.52
HSL282.86º51.85%31.76%-
HSV(B)282.86º68.29%48.24%-
XYZ9.455.5319.31-
YUV66.52159.88151.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.93%
GREEN value IS 39 (15.62% from 255) = 14.94%
BLUE value IS 123 (48.44% from 255) = 47.13%
R=37.93%
G=14.94%
B=47.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal99391230.200.6800.52282.8651.8531.76
Hex63277B144403411b3420
Octal14347173241040644336440
Binary110001110011111110111010010001000110100100011011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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