Html Css Color HEX #71119F Vivid Violet

📋 copy color: '#71119F'

red 113 ◦ green 17 ◦ blue 159

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

Shades of Vivid Violet #71119F

Tints of Vivid Violet #71119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.88%

 BLUE value IS 159 (62.5% from 255) = 55.02%

R = 39.1%
G = 5.88%
B = 55.02%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71119F (or 0x71119F) is known color: Vivid Violet. HEX triplet: 71, 11 and 9F. RGB value is (113,17,159). Sum of RGB (Red+Green+Blue) = 113+17+159=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #71119F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71119F is #8EEE60. Grayscale: #3D3D3D. Windows color (decimal): -9367137 or 10424689. OLE color: 10424689.

HSL color Cylindrical-coordinate representation of color #71119F: hue angle of 280.56º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71119F is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 17 159 -
CMYK 0.29 0.89 0 0.38
HSL 280.56º 0.81% 0.35% -
HSV(B) 280.56º 0.89% 0.62% -
XYZ 13.27 6.41 33.34 -
YUV 61.89 182.8 164.45 -
System Red Green Blue C M Y K H S L
Decimal 113 17 159 0.29 0.89 0 0.38 280.56 0.81 0.35
Hex 71 11 9F 1D 59 0 26 119 51 23
Octal 161 21 237 35 131 0 46 431 121 43
Binary 1110001 10001 10011111 11101 1011001 0 100110 100011001 1010001 100011

Color Harmonies of #71119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71119F

Black with #71119F

Text Example


Text Example

White with #71119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71119F; }

 p { color: rgb(113,17,159); }

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

background-color css

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

 a { background-color: rgb(113,17,159); }

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

border-color css

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

 span { border-color: rgb(113,17,159); }

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