#631A7E

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

Shades of Seance #631A7E

Tints of Seance #631A7E

Color information

#631A7E (or 0x631A7E) is unknown color: approx Seance. HEX triplet: 63, 1A and 7E. RGB value is (99,26,126). Sum of RGB (Red+Green+Blue) = 99+26+126=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 126 (49.61% from 255 or 50.20% from 251); Max value from RGB is 126 - color contains mainly: blue. Hex color #631A7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631A7E is #9CE581. Grayscale: #3A3A3A. Windows color (decimal): -10282370 or 8264291. OLE color: 8264291.

HSL color Cylindrical-coordinate representation of color #631A7E: hue angle of 283.8º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631A7E is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9926126-
CMYK0.210.7900.51
HSL283.8º65.79%29.8%-
HSV(B)283.8º79.37%49.41%-
XYZ9.284.920.19-
YUV59.23165.68156.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.44%
GREEN value IS 26 (10.55% from 255) = 10.36%
BLUE value IS 126 (49.61% from 255) = 50.20%
R=39.44%
G=10.36%
B=50.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal99261260.210.7900.51283.865.7929.8
Hex631A7E154F03311c421e
Octal143321762511706343410236
Binary11000111101011111101010110011110110011100011100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,26,126); }

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

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

 a { background-color: rgb(99,26,126); }

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

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

 span { border-color: rgb(99,26,126); }

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