Html Css Color HEX #711B90 Vivid Violet

📋 copy color: '#711B90'

red 113 ◦ green 27 ◦ blue 144

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

Shades of Vivid Violet #711B90

Tints of Vivid Violet #711B90

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.51%

 BLUE value IS 144 (56.64% from 255) = 50.7%

R = 39.79%
G = 9.51%
B = 50.7%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#711B90 (or 0x711B90) is known color: Vivid Violet. HEX triplet: 71, 1B and 90. RGB value is (113,27,144). Sum of RGB (Red+Green+Blue) = 113+27+144=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #711B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711B90 is #8EE46F. Grayscale: #414141. Windows color (decimal): -9364592 or 9444209. OLE color: 9444209.

HSL color Cylindrical-coordinate representation of color #711B90: hue angle of 284.1º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711B90 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 27 144 -
CMYK 0.22 0.81 0 0.44
HSL 284.1º 0.68% 0.34% -
HSV(B) 284.1º 0.81% 0.56% -
XYZ 12.24 6.31 26.96 -
YUV 66.05 171.99 161.49 -
System Red Green Blue C M Y K H S L
Decimal 113 27 144 0.22 0.81 0 0.44 284.1 0.68 0.34
Hex 71 1B 90 16 51 0 2C 11C 44 22
Octal 161 33 220 26 121 0 54 434 104 42
Binary 1110001 11011 10010000 10110 1010001 0 101100 100011100 1000100 100010

Color Harmonies of #711B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711B90

Black with #711B90

Text Example


Text Example

White with #711B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,27,144); }

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

background-color css

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

 a { background-color: rgb(113,27,144); }

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

border-color css

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

 span { border-color: rgb(113,27,144); }

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