Html Css Color HEX #71119C Vivid Violet

📋 copy color: '#71119C'

red 113 ◦ green 17 ◦ blue 156

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

Shades of Vivid Violet #71119C

Tints of Vivid Violet #71119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.55%

R = 39.51%
G = 5.94%
B = 54.55%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71119C (or 0x71119C) is known color: Vivid Violet. HEX triplet: 71, 11 and 9C. RGB value is (113,17,156). Sum of RGB (Red+Green+Blue) = 113+17+156=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #71119C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71119C is #8EEE63. Grayscale: #3D3D3D. Windows color (decimal): -9367140 or 10228081. OLE color: 10228081.

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

Color convert

RGB 113 17 156 -
CMYK 0.28 0.89 0 0.39
HSL 281.44º 0.8% 0.34% -
HSV(B) 281.44º 0.89% 0.61% -
XYZ 13.01 6.31 31.99 -
YUV 61.55 181.3 164.7 -
System Red Green Blue C M Y K H S L
Decimal 113 17 156 0.28 0.89 0 0.39 281.44 0.8 0.34
Hex 71 11 9C 1C 59 0 27 119 50 22
Octal 161 21 234 34 131 0 47 431 120 42
Binary 1110001 10001 10011100 11100 1011001 0 100111 100011001 1010000 100010

Color Harmonies of #71119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71119C

Black with #71119C

Text Example


Text Example

White with #71119C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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