Html Css Color HEX #711891 Vivid Violet

📋 copy color: '#711891'

red 113 ◦ green 24 ◦ blue 145

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

Shades of Vivid Violet #711891

Tints of Vivid Violet #711891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.51%

 BLUE value IS 145 (57.03% from 255) = 51.42%

R = 40.07%
G = 8.51%
B = 51.42%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#711891 (or 0x711891) is known color: Vivid Violet. HEX triplet: 71, 18 and 91. RGB value is (113,24,145). Sum of RGB (Red+Green+Blue) = 113+24+145=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #711891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711891 is #8EE76E. Grayscale: #404040. Windows color (decimal): -9365359 or 9508977. OLE color: 9508977.

HSL color Cylindrical-coordinate representation of color #711891: hue angle of 284.13º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711891 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 24 145 -
CMYK 0.22 0.83 0 0.43
HSL 284.13º 0.72% 0.33% -
HSV(B) 284.13º 0.83% 0.57% -
XYZ 12.25 6.21 27.34 -
YUV 64.41 173.49 162.66 -
System Red Green Blue C M Y K H S L
Decimal 113 24 145 0.22 0.83 0 0.43 284.13 0.72 0.33
Hex 71 18 91 16 53 0 2B 11C 48 21
Octal 161 30 221 26 123 0 53 434 110 41
Binary 1110001 11000 10010001 10110 1010011 0 101011 100011100 1001000 100001

Color Harmonies of #711891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711891

Black with #711891

Text Example


Text Example

White with #711891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711891; }

 p { color: rgb(113,24,145); }

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

background-color css

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

 a { background-color: rgb(113,24,145); }

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

border-color css

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

 span { border-color: rgb(113,24,145); }

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