#63267D

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

Shades of Seance #63267D

Tints of Seance #63267D

Color information

#63267D (or 0x63267D) is unknown color: approx Seance. HEX triplet: 63, 26 and 7D. RGB value is (99,38,125). Sum of RGB (Red+Green+Blue) = 99+38+125=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #63267D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63267D is #9CD982. Grayscale: #414141. Windows color (decimal): -10279299 or 8201827. OLE color: 8201827.

HSL color Cylindrical-coordinate representation of color #63267D: hue angle of 282.07º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63267D is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9938125-
CMYK0.210.7000.51
HSL282.07º53.37%31.96%-
HSV(B)282.07º69.6%49.02%-
XYZ9.545.5219.96-
YUV66.16161.21151.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 38 (15.23% from 255) = 14.50%
BLUE value IS 125 (49.22% from 255) = 47.71%
R=37.79%
G=14.50%
B=47.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal99381250.210.7000.51282.0753.3731.96
Hex63267D154603311a3520
Octal14346175251060634326540
Binary110001110011011111011010110001100110011100011010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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