#701A9E

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

Shades of Vivid Violet #701A9E

Tints of Vivid Violet #701A9E

Color information

#701A9E (or 0x701A9E) is unknown color: approx Vivid Violet. HEX triplet: 70, 1A and 9E. RGB value is (112,26,158). Sum of RGB (Red+Green+Blue) = 112+26+158=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #701A9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701A9E is #8FE561. Grayscale: #424242. Windows color (decimal): -9430370 or 10361456. OLE color: 10361456.

HSL color Cylindrical-coordinate representation of color #701A9E: hue angle of 279.09º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701A9E is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11226158-
CMYK0.290.8400.38
HSL279.09º71.74%36.08%-
HSV(B)279.09º83.54%61.96%-
XYZ13.226.6532.93-
YUV66.76179.49160.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 26 (10.55% from 255) = 8.78%
BLUE value IS 158 (62.11% from 255) = 53.38%
R=37.84%
G=8.78%
B=53.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112261580.290.8400.38279.0971.7436.08
Hex701A9E1D540261174824
Octal160322363512404642711044
Binary1110000110101001111011101101010001001101000101111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701A9E; }

 p { color: rgb(112,26,158); }

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

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

 a { background-color: rgb(112,26,158); }

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

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

 span { border-color: rgb(112,26,158); }

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