#631975

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

Shades of Seance #631975

Tints of Seance #631975

Color information

#631975 (or 0x631975) is unknown color: approx Seance. HEX triplet: 63, 19 and 75. RGB value is (99,25,117). Sum of RGB (Red+Green+Blue) = 99+25+117=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #631975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631975 is #9CE68A. Grayscale: #393939. Windows color (decimal): -10282635 or 7674211. OLE color: 7674211.

HSL color Cylindrical-coordinate representation of color #631975: hue angle of 288.26º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631975 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9925117-
CMYK0.150.7900.54
HSL288.26º64.79%27.84%-
HSV(B)288.26º78.63%45.88%-
XYZ8.74.6317.26-
YUV57.61161.52157.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.08%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=41.08%
G=10.37%
B=48.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99251170.150.7900.54288.2664.7927.84
Hex631975F4F036120411c
Octal143311651711706644010134
Binary1100011110011110101111110011110110110100100000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631975; }

 p { color: rgb(99,25,117); }

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

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

 a { background-color: rgb(99,25,117); }

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

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

 span { border-color: rgb(99,25,117); }

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