#701D89

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

Shades of Vivid Violet #701D89

Tints of Vivid Violet #701D89

Color information

#701D89 (or 0x701D89) is unknown color: approx Vivid Violet. HEX triplet: 70, 1D and 89. RGB value is (112,29,137). Sum of RGB (Red+Green+Blue) = 112+29+137=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #701D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701D89 is #8FE276. Grayscale: #414141. Windows color (decimal): -9429623 or 8985968. OLE color: 8985968.

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

Color convert

RGB11229137-
CMYK0.180.7900.46
HSL286.11º65.06%32.55%-
HSV(B)286.11º78.83%53.73%-
XYZ11.646.1324.24-
YUV66.13168160.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 29 (11.72% from 255) = 10.43%
BLUE value IS 137 (53.91% from 255) = 49.28%
R=40.29%
G=10.43%
B=49.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112291370.180.7900.46286.1165.0632.55
Hex701D89124F02E11e4121
Octal160352112211705643610141
Binary1110000111011000100110010100111101011101000111101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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