#631A7A

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

Shades of Seance #631A7A

Tints of Seance #631A7A

Color information

#631A7A (or 0x631A7A) is unknown color: approx Seance. HEX triplet: 63, 1A and 7A. RGB value is (99,26,122). Sum of RGB (Red+Green+Blue) = 99+26+122=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #631A7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631A7A is #9CE585. Grayscale: #3A3A3A. Windows color (decimal): -10282374 or 8002147. OLE color: 8002147.

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

Color convert

RGB9926122-
CMYK0.190.7900.52
HSL285.62º64.86%29.02%-
HSV(B)285.62º78.69%47.84%-
XYZ9.034.818.86-
YUV58.77163.68156.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 26 (10.55% from 255) = 10.53%
BLUE value IS 122 (48.05% from 255) = 49.39%
R=40.08%
G=10.53%
B=49.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal99261220.190.7900.52285.6264.8629.02
Hex631A7A134F03411e411d
Octal143321722311706443610135
Binary11000111101011110101001110011110110100100011110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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