#70247B

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

Shades of Seance #70247B

Tints of Seance #70247B

Color information

#70247B (or 0x70247B) is unknown color: approx Seance. HEX triplet: 70, 24 and 7B. RGB value is (112,36,123). Sum of RGB (Red+Green+Blue) = 112+36+123=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #70247B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70247B is #8FDB84. Grayscale: #444444. Windows color (decimal): -9427845 or 8070256. OLE color: 8070256.

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

Color convert

RGB11236123-
CMYK0.090.7100.52
HSL292.41º54.72%31.18%-
HSV(B)292.41º70.73%48.24%-
XYZ10.896.1419.35-
YUV68.64158.68158.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 36 (14.45% from 255) = 13.28%
BLUE value IS 123 (48.44% from 255) = 45.39%
R=41.33%
G=13.28%
B=45.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112361230.090.7100.52292.4154.7231.18
Hex70247B947034124371f
Octal16044173111070644446737
Binary1110000100100111101110011000111011010010010010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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