#632D6C

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

Shades of Seance #632D6C

Tints of Seance #632D6C

Color information

#632D6C (or 0x632D6C) is unknown color: approx Seance. HEX triplet: 63, 2D and 6C. RGB value is (99,45,108). Sum of RGB (Red+Green+Blue) = 99+45+108=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #632D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632D6C is #9CD293. Grayscale: #444444. Windows color (decimal): -10277524 or 7089507. OLE color: 7089507.

HSL color Cylindrical-coordinate representation of color #632D6C: hue angle of 291.43º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #632D6C is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9945108-
CMYK0.080.5800.58
HSL291.43º41.18%30%-
HSV(B)291.43º58.33%42.35%-
XYZ8.795.6114.81-
YUV68.33150.39149.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.29%
GREEN value IS 45 (17.97% from 255) = 17.86%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=39.29%
G=17.86%
B=42.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99451080.080.5800.58291.4341.1830
Hex632D6C83A03A123291e
Octal1435515410720724435136
Binary110001110110111011001000111010011101010010001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632D6C; }

 p { color: rgb(99,45,108); }

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

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

 a { background-color: rgb(99,45,108); }

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

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

 span { border-color: rgb(99,45,108); }

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