#70237B

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

Shades of Seance #70237B

Tints of Seance #70237B

Color information

#70237B (or 0x70237B) is unknown color: approx Seance. HEX triplet: 70, 23 and 7B. RGB value is (112,35,123). Sum of RGB (Red+Green+Blue) = 112+35+123=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #70237B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70237B is #8FDC84. Grayscale: #434343. Windows color (decimal): -9428101 or 8070000. OLE color: 8070000.

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

Color convert

RGB11235123-
CMYK0.090.7200.52
HSL292.5º55.7%30.98%-
HSV(B)292.5º71.54%48.24%-
XYZ10.866.0819.34-
YUV68.06159.01159.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 35 (14.06% from 255) = 12.96%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=41.48%
G=12.96%
B=45.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112351230.090.7200.52292.555.730.98
Hex70237B948034124381f
Octal16043173111100644447037
Binary1110000100011111101110011001000011010010010010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70237B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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