#63267B

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

Shades of Seance #63267B

Tints of Seance #63267B

Color information

#63267B (or 0x63267B) is unknown color: approx Seance. HEX triplet: 63, 26 and 7B. RGB value is (99,38,123). Sum of RGB (Red+Green+Blue) = 99+38+123=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #63267B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63267B is #9CD984. Grayscale: #414141. Windows color (decimal): -10279301 or 8070755. OLE color: 8070755.

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

Color convert

RGB9938123-
CMYK0.200.6900.52
HSL283.06º52.8%31.57%-
HSV(B)283.06º69.11%48.24%-
XYZ9.415.4719.3-
YUV65.93160.21151.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.08%
GREEN value IS 38 (15.23% from 255) = 14.62%
BLUE value IS 123 (48.44% from 255) = 47.31%
R=38.08%
G=14.62%
B=47.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal99381230.200.6900.52283.0652.831.57
Hex63267B144503411b3520
Octal14346173241050644336540
Binary110001110011011110111010010001010110100100011011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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