#70306E

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

Shades of Seance #70306E

Tints of Seance #70306E

Color information

#70306E (or 0x70306E) is unknown color: approx Seance. HEX triplet: 70, 30 and 6E. RGB value is (112,48,110). Sum of RGB (Red+Green+Blue) = 112+48+110=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #70306E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70306E is #8FCF91. Grayscale: #4A4A4A. Windows color (decimal): -9424786 or 7221360. OLE color: 7221360.

HSL color Cylindrical-coordinate representation of color #70306E: hue angle of 301.88º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70306E is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11248110-
CMYK00.570.020.56
HSL301.88º40%31.37%-
HSV(B)301.88º57.14%43.92%-
XYZ10.556.6815.49-
YUV74.2148.2154.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 110 (43.36% from 255) = 40.74%
R=41.48%
G=17.78%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124811000.570.020.56301.884031.37
Hex70306E03923812e281f
Octal160601560712704565037
Binary1110000110000110111001110011011100010010111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70306E; }

 p { color: rgb(112,48,110); }

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

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

 a { background-color: rgb(112,48,110); }

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

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

 span { border-color: rgb(112,48,110); }

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