#631275

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

Shades of Seance #631275

Tints of Seance #631275

Color information

#631275 (or 0x631275) is unknown color: approx Seance. HEX triplet: 63, 12 and 75. RGB value is (99,18,117). Sum of RGB (Red+Green+Blue) = 99+18+117=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #631275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631275 is #9CED8A. Grayscale: #353535. Windows color (decimal): -10284427 or 7672419. OLE color: 7672419.

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

Color convert

RGB9918117-
CMYK0.150.8500.54
HSL289.09º73.33%26.47%-
HSV(B)289.09º84.62%45.88%-
XYZ8.574.3717.22-
YUV53.5163.84160.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.31%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 117 (46.09% from 255) = 50%
R=42.31%
G=7.69%
B=50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99181170.150.8500.54289.0973.3326.47
Hex631275F55036121491a
Octal143221651712506644111132
Binary1100011100101110101111110101010110110100100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631275; }

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

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

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

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

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

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

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

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