#702089

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

Shades of Vivid Violet #702089

Tints of Vivid Violet #702089

Color information

#702089 (or 0x702089) is unknown color: approx Vivid Violet. HEX triplet: 70, 20 and 89. RGB value is (112,32,137). Sum of RGB (Red+Green+Blue) = 112+32+137=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #702089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702089 is #8FDF76. Grayscale: #434343. Windows color (decimal): -9428855 or 8986736. OLE color: 8986736.

HSL color Cylindrical-coordinate representation of color #702089: hue angle of 285.71º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #702089 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11232137-
CMYK0.180.7700.46
HSL285.71º62.13%33.14%-
HSV(B)285.71º76.64%53.73%-
XYZ11.716.2824.26-
YUV67.89167159.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 32 (12.89% from 255) = 11.39%
BLUE value IS 137 (53.91% from 255) = 48.75%
R=39.86%
G=11.39%
B=48.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112321370.180.7700.46285.7162.1333.14
Hex702089124D02E11e3e21
Octal16040211221150564367641
Binary1110000100000100010011001010011010101110100011110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702089; }

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

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

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

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

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

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

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

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