#70306C

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

Shades of Seance #70306C

Tints of Seance #70306C

Color information

#70306C (or 0x70306C) is unknown color: approx Seance. HEX triplet: 70, 30 and 6C. RGB value is (112,48,108). Sum of RGB (Red+Green+Blue) = 112+48+108=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #70306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70306C is #8FCF93. Grayscale: #494949. Windows color (decimal): -9424788 or 7090288. OLE color: 7090288.

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

Color convert

RGB11248108-
CMYK00.570.040.56
HSL303.75º40%31.37%-
HSV(B)303.75º57.14%43.92%-
XYZ10.456.6414.92-
YUV73.98147.2155.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 48 (19.14% from 255) = 17.91%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=41.79%
G=17.91%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124810800.570.040.56303.754031.37
Hex70306C039438130281f
Octal160601540714704605037
Binary11100001100001101100011100110011100010011000010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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