#702976

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

Shades of Seance #702976

Tints of Seance #702976

Color information

#702976 (or 0x702976) is unknown color: approx Seance. HEX triplet: 70, 29 and 76. RGB value is (112,41,118). Sum of RGB (Red+Green+Blue) = 112+41+118=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #702976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702976 is #8FD689. Grayscale: #464646. Windows color (decimal): -9426570 or 7743856. OLE color: 7743856.

HSL color Cylindrical-coordinate representation of color #702976: hue angle of 295.32º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702976 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11241118-
CMYK0.050.6500.54
HSL295.32º48.43%31.18%-
HSV(B)295.32º65.25%46.27%-
XYZ10.756.3417.8-
YUV71.01154.52157.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=41.33%
G=15.13%
B=43.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112411180.050.6500.54295.3248.4331.18
Hex702976541036127301f
Octal1605116651010664476037
Binary111000010100111101101011000001011011010010011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702976; }

 p { color: rgb(112,41,118); }

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

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

 a { background-color: rgb(112,41,118); }

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

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

 span { border-color: rgb(112,41,118); }

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