#631270

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

Shades of Seance #631270

Tints of Seance #631270

Color information

#631270 (or 0x631270) is unknown color: approx Seance. HEX triplet: 63, 12 and 70. RGB value is (99,18,112). Sum of RGB (Red+Green+Blue) = 99+18+112=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #631270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631270 is #9CED8F. Grayscale: #343434. Windows color (decimal): -10284432 or 7344739. OLE color: 7344739.

HSL color Cylindrical-coordinate representation of color #631270: hue angle of 291.7º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631270 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9918112-
CMYK0.120.8400.56
HSL291.7º72.31%25.49%-
HSV(B)291.7º83.93%43.92%-
XYZ8.294.2615.71-
YUV52.94161.34160.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.23%
GREEN value IS 18 (7.42% from 255) = 7.86%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=43.23%
G=7.86%
B=48.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99181120.120.8400.56291.772.3125.49
Hex631270C540381244819
Octal143221601412407044411031
Binary1100011100101110000110010101000111000100100100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631270; }

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

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

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

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

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

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

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

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