#70287B

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

Shades of Seance #70287B

Tints of Seance #70287B

Color information

#70287B (or 0x70287B) is unknown color: approx Seance. HEX triplet: 70, 28 and 7B. RGB value is (112,40,123). Sum of RGB (Red+Green+Blue) = 112+40+123=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #70287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70287B is #8FD784. Grayscale: #464646. Windows color (decimal): -9426821 or 8071280. OLE color: 8071280.

HSL color Cylindrical-coordinate representation of color #70287B: hue angle of 292.05º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70287B is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11240123-
CMYK0.090.6700.52
HSL292.05º50.92%31.96%-
HSV(B)292.05º67.48%48.24%-
XYZ11.026.3919.39-
YUV70.99157.35157.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 40 (16.02% from 255) = 14.55%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=40.73%
G=14.55%
B=44.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112401230.090.6700.52292.0550.9231.96
Hex70287B9430341243320
Octal16050173111030644446340
Binary11100001010001111011100110000110110100100100100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70287B; }

 p { color: rgb(112,40,123); }

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

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

 a { background-color: rgb(112,40,123); }

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

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

 span { border-color: rgb(112,40,123); }

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