#701299

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

Shades of Vivid Violet #701299

Tints of Vivid Violet #701299

Color information

#701299 (or 0x701299) is unknown color: approx Vivid Violet. HEX triplet: 70, 12 and 99. RGB value is (112,18,153). Sum of RGB (Red+Green+Blue) = 112+18+153=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #701299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701299 is #8FED66. Grayscale: #3D3D3D. Windows color (decimal): -9432423 or 10031728. OLE color: 10031728.

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

Color convert

RGB11218153-
CMYK0.270.8800.4
HSL281.78º78.95%33.53%-
HSV(B)281.78º88.24%60%-
XYZ12.656.1830.66-
YUV61.5179.64164.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 18 (7.42% from 255) = 6.36%
BLUE value IS 153 (60.16% from 255) = 54.06%
R=39.58%
G=6.36%
B=54.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112181530.270.8800.4281.7878.9533.53
Hex7012991B5802811a4f22
Octal160222313313005043211742
Binary1110000100101001100111011101100001010001000110101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701299; }

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

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

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

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

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

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

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

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