#702087

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

Shades of Vivid Violet #702087

Tints of Vivid Violet #702087

Color information

#702087 (or 0x702087) is unknown color: approx Vivid Violet. HEX triplet: 70, 20 and 87. RGB value is (112,32,135). Sum of RGB (Red+Green+Blue) = 112+32+135=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #702087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702087 is #8FDF78. Grayscale: #434343. Windows color (decimal): -9428857 or 8855664. OLE color: 8855664.

HSL color Cylindrical-coordinate representation of color #702087: hue angle of 286.6º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #702087 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11232135-
CMYK0.170.7600.47
HSL286.6º61.68%32.75%-
HSV(B)286.6º76.3%52.94%-
XYZ11.576.2323.51-
YUV67.66166159.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 32 (12.89% from 255) = 11.47%
BLUE value IS 135 (53.12% from 255) = 48.39%
R=40.14%
G=11.47%
B=48.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112321350.170.7600.47286.661.6832.75
Hex702087114C02F11f3e21
Octal16040207211140574377641
Binary1110000100000100001111000110011000101111100011111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702087; }

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

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

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

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

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

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

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

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