#631073

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

Shades of Seance #631073

Tints of Seance #631073

Color information

#631073 (or 0x631073) is unknown color: approx Seance. HEX triplet: 63, 10 and 73. RGB value is (99,16,115). Sum of RGB (Red+Green+Blue) = 99+16+115=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #631073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631073 is #9CEF8C. Grayscale: #333333. Windows color (decimal): -10284941 or 7540835. OLE color: 7540835.

HSL color Cylindrical-coordinate representation of color #631073: hue angle of 290.3º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631073 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9916115-
CMYK0.140.8600.55
HSL290.3º75.57%25.69%-
HSV(B)290.3º86.09%45.1%-
XYZ8.434.2616.6-
YUV52.1163.5161.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 16 (6.64% from 255) = 6.96%
BLUE value IS 115 (45.31% from 255) = 50%
R=43.04%
G=6.96%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99161150.140.8600.55290.375.5725.69
Hex631073E560371224c1a
Octal143201631612606744211432
Binary1100011100001110011111010101100110111100100010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631073; }

 p { color: rgb(99,16,115); }

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

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

 a { background-color: rgb(99,16,115); }

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

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

 span { border-color: rgb(99,16,115); }

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