Html Css Color HEX #71198B Vivid Violet

📋 copy color: '#71198B'

red 113 ◦ green 25 ◦ blue 139

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

Shades of Vivid Violet #71198B

Tints of Vivid Violet #71198B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.03%

 BLUE value IS 139 (54.69% from 255) = 50.18%

R = 40.79%
G = 9.03%
B = 50.18%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71198B (or 0x71198B) is known color: Vivid Violet. HEX triplet: 71, 19 and 8B. RGB value is (113,25,139). Sum of RGB (Red+Green+Blue) = 113+25+139=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #71198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71198B is #8EE674. Grayscale: #3F3F3F. Windows color (decimal): -9365109 or 9116017. OLE color: 9116017.

HSL color Cylindrical-coordinate representation of color #71198B: hue angle of 286.32º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71198B is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 25 139 -
CMYK 0.19 0.82 0 0.45
HSL 286.32º 0.7% 0.32% -
HSV(B) 286.32º 0.82% 0.55% -
XYZ 11.82 6.07 24.97 -
YUV 64.31 170.15 162.73 -
System Red Green Blue C M Y K H S L
Decimal 113 25 139 0.19 0.82 0 0.45 286.32 0.7 0.32
Hex 71 19 8B 13 52 0 2D 11E 46 20
Octal 161 31 213 23 122 0 55 436 106 40
Binary 1110001 11001 10001011 10011 1010010 0 101101 100011110 1000110 100000

Color Harmonies of #71198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71198B

Black with #71198B

Text Example


Text Example

White with #71198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71198B; }

 p { color: rgb(113,25,139); }

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

background-color css

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

 a { background-color: rgb(113,25,139); }

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

border-color css

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

 span { border-color: rgb(113,25,139); }

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