#63226F

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

Shades of Seance #63226F

Tints of Seance #63226F

Color information

#63226F (or 0x63226F) is unknown color: approx Seance. HEX triplet: 63, 22 and 6F. RGB value is (99,34,111). Sum of RGB (Red+Green+Blue) = 99+34+111=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #63226F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63226F is #9CDD90. Grayscale: #3D3D3D. Windows color (decimal): -10280337 or 7283299. OLE color: 7283299.

HSL color Cylindrical-coordinate representation of color #63226F: hue angle of 290.65º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63226F is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9934111-
CMYK0.110.6900.56
HSL290.65º53.1%28.43%-
HSV(B)290.65º69.37%43.53%-
XYZ8.594.9415.54-
YUV62.21155.53154.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.57%
GREEN value IS 34 (13.67% from 255) = 13.93%
BLUE value IS 111 (43.75% from 255) = 45.49%
R=40.57%
G=13.93%
B=45.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99341110.110.6900.56290.6553.128.43
Hex63226FB45038123351c
Octal14342157131050704436534
Binary1100011100010110111110111000101011100010010001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63226F; }

 p { color: rgb(99,34,111); }

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

<style>
 a { background-color: #63226F; }

 a { background-color: rgb(99,34,111); }

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

<style>
 span { border-color: #63226F; }

 span { border-color: rgb(99,34,111); }

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