#702576

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

Shades of Seance #702576

Tints of Seance #702576

Color information

#702576 (or 0x702576) is unknown color: approx Seance. HEX triplet: 70, 25 and 76. RGB value is (112,37,118). Sum of RGB (Red+Green+Blue) = 112+37+118=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #702576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702576 is #8FDA89. Grayscale: #444444. Windows color (decimal): -9427594 or 7742832. OLE color: 7742832.

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

Color convert

RGB11237118-
CMYK0.050.6900.54
HSL295.56º52.26%30.39%-
HSV(B)295.56º68.64%46.27%-
XYZ10.616.0817.75-
YUV68.66155.85158.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 37 (14.84% from 255) = 13.86%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=41.95%
G=13.86%
B=44.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112371180.050.6900.54295.5652.2630.39
Hex702576545036128341e
Octal1604516651050664506436
Binary111000010010111101101011000101011011010010100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702576; }

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

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

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

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

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

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

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

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