#631C7D

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

Shades of Seance #631C7D

Tints of Seance #631C7D

Color information

#631C7D (or 0x631C7D) is unknown color: approx Seance. HEX triplet: 63, 1C and 7D. RGB value is (99,28,125). Sum of RGB (Red+Green+Blue) = 99+28+125=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #631C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631C7D is #9CE382. Grayscale: #3B3B3B. Windows color (decimal): -10281859 or 8199267. OLE color: 8199267.

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

Color convert

RGB9928125-
CMYK0.210.7800.51
HSL283.92º63.4%30%-
HSV(B)283.92º77.6%49.02%-
XYZ9.264.9619.87-
YUV60.29164.52155.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.29%
GREEN value IS 28 (11.33% from 255) = 11.11%
BLUE value IS 125 (49.22% from 255) = 49.60%
R=39.29%
G=11.11%
B=49.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal99281250.210.7800.51283.9263.430
Hex631C7D154E03311c3f1e
Octal14334175251160634347736
Binary1100011111001111101101011001110011001110001110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,28,125); }

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

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

 a { background-color: rgb(99,28,125); }

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

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

 span { border-color: rgb(99,28,125); }

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