#702083

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

Shades of Seance #702083

Tints of Seance #702083

Color information

#702083 (or 0x702083) is unknown color: approx Seance. HEX triplet: 70, 20 and 83. RGB value is (112,32,131). Sum of RGB (Red+Green+Blue) = 112+32+131=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #702083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702083 is #8FDF7C. Grayscale: #424242. Windows color (decimal): -9428861 or 8593520. OLE color: 8593520.

HSL color Cylindrical-coordinate representation of color #702083: hue angle of 288.48º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #702083 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11232131-
CMYK0.150.7600.49
HSL288.48º60.74%31.96%-
HSV(B)288.48º75.57%51.37%-
XYZ11.36.1222.06-
YUV67.21164159.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 32 (12.89% from 255) = 11.64%
BLUE value IS 131 (51.56% from 255) = 47.64%
R=40.73%
G=11.64%
B=47.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112321310.150.7600.49288.4860.7431.96
Hex702083F4C0311203d20
Octal16040203171140614407540
Binary111000010000010000011111110011000110001100100000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702083; }

 p { color: rgb(112,32,131); }

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

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

 a { background-color: rgb(112,32,131); }

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

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

 span { border-color: rgb(112,32,131); }

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