#70306D

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

Shades of Seance #70306D

Tints of Seance #70306D

Color information

#70306D (or 0x70306D) is unknown color: approx Seance. HEX triplet: 70, 30 and 6D. RGB value is (112,48,109). Sum of RGB (Red+Green+Blue) = 112+48+109=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70306D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70306D is #8FCF92. Grayscale: #494949. Windows color (decimal): -9424787 or 7155824. OLE color: 7155824.

HSL color Cylindrical-coordinate representation of color #70306D: hue angle of 302.81º 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 #70306D is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11248109-
CMYK00.570.030.56
HSL302.81º40%31.37%-
HSV(B)302.81º57.14%43.92%-
XYZ10.56.6615.2-
YUV74.09147.7155.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 48 (19.14% from 255) = 17.84%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=41.64%
G=17.84%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124810900.570.030.56302.814031.37
Hex70306D03933812f281f
Octal160601550713704575037
Binary1110000110000110110101110011111100010010111110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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