#632672

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

Shades of Seance #632672

Tints of Seance #632672

Color information

#632672 (or 0x632672) is unknown color: approx Seance. HEX triplet: 63, 26 and 72. RGB value is (99,38,114). Sum of RGB (Red+Green+Blue) = 99+38+114=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #632672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632672 is #9CD98D. Grayscale: #404040. Windows color (decimal): -10279310 or 7480931. OLE color: 7480931.

HSL color Cylindrical-coordinate representation of color #632672: hue angle of 288.16º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #632672 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9938114-
CMYK0.130.6700.55
HSL288.16º50%29.8%-
HSV(B)288.16º66.67%44.71%-
XYZ8.885.2516.47-
YUV64.9155.71152.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.44%
GREEN value IS 38 (15.23% from 255) = 15.14%
BLUE value IS 114 (44.92% from 255) = 45.42%
R=39.44%
G=15.14%
B=45.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99381140.130.6700.55288.165029.8
Hex632672D43037120321e
Octal14346162151030674406236
Binary1100011100110111001011011000011011011110010000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632672; }

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

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

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

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

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

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

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

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