#632071

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

Shades of Seance #632071

Tints of Seance #632071

Color information

#632071 (or 0x632071) is unknown color: approx Seance. HEX triplet: 63, 20 and 71. RGB value is (99,32,113). Sum of RGB (Red+Green+Blue) = 99+32+113=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #632071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632071 is #9CDF8E. Grayscale: #3D3D3D. Windows color (decimal): -10280847 or 7413859. OLE color: 7413859.

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

Color convert

RGB9932113-
CMYK0.120.7200.56
HSL289.63º55.86%28.43%-
HSV(B)289.63º71.68%44.31%-
XYZ8.644.8816.11-
YUV61.27157.2154.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.57%
GREEN value IS 32 (12.89% from 255) = 13.11%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=40.57%
G=13.11%
B=46.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99321130.120.7200.56289.6355.8628.43
Hex632071C48038122381c
Octal14340161141100704427034
Binary1100011100000111000111001001000011100010010001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632071; }

 p { color: rgb(99,32,113); }

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

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

 a { background-color: rgb(99,32,113); }

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

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

 span { border-color: rgb(99,32,113); }

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