Html Css Color HEX #71189F Vivid Violet

📋 copy color: '#71189F'

red 113 ◦ green 24 ◦ blue 159

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

Shades of Vivid Violet #71189F

Tints of Vivid Violet #71189F

RGB

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

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

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

R = 38.18%
G = 8.11%
B = 53.72%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71189F (or 0x71189F) is known color: Vivid Violet. HEX triplet: 71, 18 and 9F. RGB value is (113,24,159). Sum of RGB (Red+Green+Blue) = 113+24+159=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #71189F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71189F is #8EE760. Grayscale: #414141. Windows color (decimal): -9365345 or 10426481. OLE color: 10426481.

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

Color convert

RGB 113 24 159 -
CMYK 0.29 0.85 0 0.38
HSL 279.56º 0.74% 0.36% -
HSV(B) 279.56º 0.85% 0.62% -
XYZ 13.39 6.67 33.38 -
YUV 66 180.49 161.52 -
System Red Green Blue C M Y K H S L
Decimal 113 24 159 0.29 0.85 0 0.38 279.56 0.74 0.36
Hex 71 18 9F 1D 55 0 26 118 4A 24
Octal 161 30 237 35 125 0 46 430 112 44
Binary 1110001 11000 10011111 11101 1010101 0 100110 100011000 1001010 100100

Color Harmonies of #71189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71189F

Black with #71189F

Text Example


Text Example

White with #71189F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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