Html Css Color HEX #71199F Vivid Violet

📋 copy color: '#71199F'

red 113 ◦ green 25 ◦ blue 159

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

Shades of Vivid Violet #71199F

Tints of Vivid Violet #71199F

RGB

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

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

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

R = 38.05%
G = 8.42%
B = 53.54%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71199F (or 0x71199F) is known color: Vivid Violet. HEX triplet: 71, 19 and 9F. RGB value is (113,25,159). Sum of RGB (Red+Green+Blue) = 113+25+159=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #71199F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71199F is #8EE660. Grayscale: #424242. Windows color (decimal): -9365089 or 10426737. OLE color: 10426737.

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

Color convert

RGB 113 25 159 -
CMYK 0.29 0.84 0 0.38
HSL 279.4º 0.73% 0.36% -
HSV(B) 279.4º 0.84% 0.62% -
XYZ 13.42 6.71 33.39 -
YUV 66.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 113 25 159 0.29 0.84 0 0.38 279.4 0.73 0.36
Hex 71 19 9F 1D 54 0 26 117 49 24
Octal 161 31 237 35 124 0 46 427 111 44
Binary 1110001 11001 10011111 11101 1010100 0 100110 100010111 1001001 100100

Color Harmonies of #71199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71199F

Black with #71199F

Text Example


Text Example

White with #71199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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