Html Css Color HEX #71198C Vivid Violet

📋 copy color: '#71198C'

red 113 ◦ green 25 ◦ blue 140

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

Shades of Vivid Violet #71198C

Tints of Vivid Violet #71198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.36%

R = 40.65%
G = 8.99%
B = 50.36%

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

#71198C (or 0x71198C) is known color: Vivid Violet. HEX triplet: 71, 19 and 8C. RGB value is (113,25,140). Sum of RGB (Red+Green+Blue) = 113+25+140=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #71198C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71198C is #8EE673. Grayscale: #404040. Windows color (decimal): -9365108 or 9181553. OLE color: 9181553.

HSL color Cylindrical-coordinate representation of color #71198C: hue angle of 285.91º 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 #71198C is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 25 140 -
CMYK 0.19 0.82 0 0.45
HSL 285.91º 0.7% 0.32% -
HSV(B) 285.91º 0.82% 0.55% -
XYZ 11.89 6.1 25.36 -
YUV 64.42 170.65 162.65 -
System Red Green Blue C M Y K H S L
Decimal 113 25 140 0.19 0.82 0 0.45 285.91 0.7 0.32
Hex 71 19 8C 13 52 0 2D 11E 46 20
Octal 161 31 214 23 122 0 55 436 106 40
Binary 1110001 11001 10001100 10011 1010010 0 101101 100011110 1000110 100000

Color Harmonies of #71198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71198C

Black with #71198C

Text Example


Text Example

White with #71198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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