#701DE9

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

Shades of Blue Violet #701DE9

Tints of Blue Violet #701DE9

Color information

#701DE9 (or 0x701DE9) is unknown color: approx Blue Violet. HEX triplet: 70, 1D and E9. RGB value is (112,29,233). Sum of RGB (Red+Green+Blue) = 112+29+233=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 233 (91.41% from 255 or 62.30% from 374); Max value from RGB is 233 - color contains mainly: blue. Hex color #701DE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701DE9 is #8FE216. Grayscale: #4C4C4C. Windows color (decimal): -9429527 or 15277424. OLE color: 15277424.

HSL color Cylindrical-coordinate representation of color #701DE9: hue angle of 264.41º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701DE9 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11229233-
CMYK0.520.8800.09
HSL264.41º82.26%51.37%-
HSV(B)264.41º87.55%91.37%-
XYZ21.8310.2177.91-
YUV77.07216152.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 29 (11.72% from 255) = 7.75%
BLUE value IS 233 (91.41% from 255) = 62.30%
R=29.95%
G=7.75%
B=62.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal112292330.520.8800.09264.4182.2651.37
Hex701DE93458091085233
Octal160353516413001141012263
Binary111000011101111010011101001011000010011000010001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,29,233); }

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

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

 a { background-color: rgb(112,29,233); }

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

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

 span { border-color: rgb(112,29,233); }

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