#702799

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

Shades of Vivid Violet #702799

Tints of Vivid Violet #702799

Color information

#702799 (or 0x702799) is unknown color: approx Vivid Violet. HEX triplet: 70, 27 and 99. RGB value is (112,39,153). Sum of RGB (Red+Green+Blue) = 112+39+153=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #702799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702799 is #8FD866. Grayscale: #494949. Windows color (decimal): -9427047 or 10037104. OLE color: 10037104.

HSL color Cylindrical-coordinate representation of color #702799: hue angle of 278.42º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702799 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11239153-
CMYK0.270.7500.4
HSL278.42º59.38%37.65%-
HSV(B)278.42º74.51%60%-
XYZ13.167.230.83-
YUV73.82172.68155.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 39 (15.62% from 255) = 12.83%
BLUE value IS 153 (60.16% from 255) = 50.33%
R=36.84%
G=12.83%
B=50.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112391530.270.7500.4278.4259.3837.65
Hex7027991B4B0281163b26
Octal16047231331130504267346
Binary1110000100111100110011101110010110101000100010110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702799; }

 p { color: rgb(112,39,153); }

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

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

 a { background-color: rgb(112,39,153); }

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

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

 span { border-color: rgb(112,39,153); }

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