#631E7A

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

Shades of Seance #631E7A

Tints of Seance #631E7A

Color information

#631E7A (or 0x631E7A) is unknown color: approx Seance. HEX triplet: 63, 1E and 7A. RGB value is (99,30,122). Sum of RGB (Red+Green+Blue) = 99+30+122=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #631E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631E7A is #9CE185. Grayscale: #3C3C3C. Windows color (decimal): -10281350 or 8003171. OLE color: 8003171.

HSL color Cylindrical-coordinate representation of color #631E7A: hue angle of 285º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #631E7A is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9930122-
CMYK0.190.7500.52
HSL285º60.53%29.8%-
HSV(B)285º75.41%47.84%-
XYZ9.124.9918.89-
YUV61.12162.36155.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.44%
GREEN value IS 30 (12.11% from 255) = 11.95%
BLUE value IS 122 (48.05% from 255) = 48.61%
R=39.44%
G=11.95%
B=48.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal99301220.190.7500.5228560.5329.8
Hex631E7A134B03411d3d1e
Octal14336172231130644357536
Binary1100011111101111010100111001011011010010001110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631E7A; }

 p { color: rgb(99,30,122); }

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

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

 a { background-color: rgb(99,30,122); }

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

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

 span { border-color: rgb(99,30,122); }

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