Html Css Color HEX #71119D Vivid Violet

📋 copy color: '#71119D'

red 113 ◦ green 17 ◦ blue 157

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

Shades of Vivid Violet #71119D

Tints of Vivid Violet #71119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.7%

R = 39.37%
G = 5.92%
B = 54.7%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71119D (or 0x71119D) is known color: Vivid Violet. HEX triplet: 71, 11 and 9D. RGB value is (113,17,157). Sum of RGB (Red+Green+Blue) = 113+17+157=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #71119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71119D is #8EEE62. Grayscale: #3D3D3D. Windows color (decimal): -9367139 or 10293617. OLE color: 10293617.

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

Color convert

RGB 113 17 157 -
CMYK 0.28 0.89 0 0.38
HSL 281.14º 0.8% 0.34% -
HSV(B) 281.14º 0.89% 0.62% -
XYZ 13.1 6.35 32.43 -
YUV 61.66 181.8 164.62 -
System Red Green Blue C M Y K H S L
Decimal 113 17 157 0.28 0.89 0 0.38 281.14 0.8 0.34
Hex 71 11 9D 1C 59 0 26 119 50 22
Octal 161 21 235 34 131 0 46 431 120 42
Binary 1110001 10001 10011101 11100 1011001 0 100110 100011001 1010000 100010

Color Harmonies of #71119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71119D

Black with #71119D

Text Example


Text Example

White with #71119D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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