#632977

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

Shades of Seance #632977

Tints of Seance #632977

Color information

#632977 (or 0x632977) is unknown color: approx Seance. HEX triplet: 63, 29 and 77. RGB value is (99,41,119). Sum of RGB (Red+Green+Blue) = 99+41+119=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #632977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632977 is #9CD688. Grayscale: #424242. Windows color (decimal): -10278537 or 7809379. OLE color: 7809379.

HSL color Cylindrical-coordinate representation of color #632977: hue angle of 284.62º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #632977 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9941119-
CMYK0.170.6600.53
HSL284.62º48.75%31.37%-
HSV(B)284.62º65.55%46.67%-
XYZ9.275.5718.04-
YUV67.23157.22150.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.22%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 119 (46.88% from 255) = 45.95%
R=38.22%
G=15.83%
B=45.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99411190.170.6600.53284.6248.7531.37
Hex632977114203511d311f
Octal14351167211020654356137
Binary11000111010011110111100011000010011010110001110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632977; }

 p { color: rgb(99,41,119); }

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

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

 a { background-color: rgb(99,41,119); }

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

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

 span { border-color: rgb(99,41,119); }

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