Html Css Color HEX #711591 Vivid Violet

📋 copy color: '#711591'

red 113 ◦ green 21 ◦ blue 145

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

Shades of Vivid Violet #711591

Tints of Vivid Violet #711591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.53%

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

R = 40.5%
G = 7.53%
B = 51.97%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#711591 (or 0x711591) is known color: Vivid Violet. HEX triplet: 71, 15 and 91. RGB value is (113,21,145). Sum of RGB (Red+Green+Blue) = 113+21+145=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #711591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711591 is #8EEA6E. Grayscale: #3E3E3E. Windows color (decimal): -9366127 or 9508209. OLE color: 9508209.

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

Color convert

RGB 113 21 145 -
CMYK 0.22 0.86 0 0.43
HSL 284.52º 0.75% 0.33% -
HSV(B) 284.52º 0.86% 0.57% -
XYZ 12.19 6.09 27.32 -
YUV 62.64 174.48 163.92 -
System Red Green Blue C M Y K H S L
Decimal 113 21 145 0.22 0.86 0 0.43 284.52 0.75 0.33
Hex 71 15 91 16 56 0 2B 11D 4B 21
Octal 161 25 221 26 126 0 53 435 113 41
Binary 1110001 10101 10010001 10110 1010110 0 101011 100011101 1001011 100001

Color Harmonies of #711591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711591

Black with #711591

Text Example


Text Example

White with #711591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711591; }

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

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

background-color css

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

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

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

border-color css

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

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

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