Html Css Color HEX #71159F Vivid Violet

📋 copy color: '#71159F'

red 113 ◦ green 21 ◦ blue 159

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

Shades of Vivid Violet #71159F

Tints of Vivid Violet #71159F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.17%

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

R = 38.57%
G = 7.17%
B = 54.27%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71159F (or 0x71159F) is known color: Vivid Violet. HEX triplet: 71, 15 and 9F. RGB value is (113,21,159). Sum of RGB (Red+Green+Blue) = 113+21+159=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #71159F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71159F is #8EEA60. Grayscale: #3F3F3F. Windows color (decimal): -9366113 or 10425713. OLE color: 10425713.

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

Color convert

RGB 113 21 159 -
CMYK 0.29 0.87 0 0.38
HSL 280º 0.77% 0.35% -
HSV(B) 280º 0.87% 0.62% -
XYZ 13.34 6.55 33.36 -
YUV 64.24 181.48 162.78 -
System Red Green Blue C M Y K H S L
Decimal 113 21 159 0.29 0.87 0 0.38 280 0.77 0.35
Hex 71 15 9F 1D 57 0 26 118 4D 23
Octal 161 25 237 35 127 0 46 430 115 43
Binary 1110001 10101 10011111 11101 1010111 0 100110 100011000 1001101 100011

Color Harmonies of #71159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71159F

Black with #71159F

Text Example


Text Example

White with #71159F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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