Html Css Color HEX #711EA0 Vivid Violet

📋 copy color: '#711EA0'

red 113 ◦ green 30 ◦ blue 160

#711EA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #711EA0

Tints of Vivid Violet #711EA0

RGB

 RED value IS 113 (44.53% from 255) = 37.29%

 GREEN value IS 30 (12.11% from 255) = 9.9%

 BLUE value IS 160 (62.89% from 255) = 52.81%

R = 37.29%
G = 9.9%
B = 52.81%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#711EA0 (or 0x711EA0) is known color: Vivid Violet. HEX triplet: 71, 1E and A0. RGB value is (113,30,160). Sum of RGB (Red+Green+Blue) = 113+30+160=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 160 (62.89% from 255 or 52.81% from 303); Max value from RGB is 160 - color contains mainly: blue. Hex color #711EA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711EA0 is #8EE15F. Grayscale: #454545. Windows color (decimal): -9363808 or 10493553. OLE color: 10493553.

HSL color Cylindrical-coordinate representation of color #711EA0: hue angle of 278.31º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711EA0 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 30 160 -
CMYK 0.29 0.81 0 0.37
HSL 278.31º 0.68% 0.37% -
HSV(B) 278.31º 0.81% 0.63% -
XYZ 13.62 6.98 33.89 -
YUV 69.64 179 158.93 -
System Red Green Blue C M Y K H S L
Decimal 113 30 160 0.29 0.81 0 0.37 278.31 0.68 0.37
Hex 71 1E A0 1D 51 0 25 116 44 25
Octal 161 36 240 35 121 0 45 426 104 45
Binary 1110001 11110 10100000 11101 1010001 0 100101 100010110 1000100 100101

Color Harmonies of #711EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711EA0

Black with #711EA0

Text Example


Text Example

White with #711EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711EA0; }

 p { color: rgb(113,30,160); }

 H1.HeaderClassName
 {
   color: #711EA0;
 }
 .AnyTagClassName
 {
   color: #711EA0;
 }
</style>

background-color css

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

 a { background-color: rgb(113,30,160); }

 div.DivClassName
 {
   background-color: #711EA0;
 }
 .BgClassName
 {
   background-color: #711EA0;
 }
</style>

border-color css

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

 span { border-color: rgb(113,30,160); }

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