Html Css Color HEX #71159D Vivid Violet

📋 copy color: '#71159D'

red 113 ◦ green 21 ◦ blue 157

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

Shades of Vivid Violet #71159D

Tints of Vivid Violet #71159D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.95%

R = 38.83%
G = 7.22%
B = 53.95%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71159D (or 0x71159D) is known color: Vivid Violet. HEX triplet: 71, 15 and 9D. RGB value is (113,21,157). Sum of RGB (Red+Green+Blue) = 113+21+157=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #71159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71159D is #8EEA62. Grayscale: #3F3F3F. Windows color (decimal): -9366115 or 10294641. OLE color: 10294641.

HSL color Cylindrical-coordinate representation of color #71159D: hue angle of 280.59º degrees, saturation: 0.76, 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 #71159D is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 21 157 -
CMYK 0.28 0.87 0 0.38
HSL 280.59º 0.76% 0.35% -
HSV(B) 280.59º 0.87% 0.62% -
XYZ 13.16 6.48 32.46 -
YUV 64.01 180.48 162.94 -
System Red Green Blue C M Y K H S L
Decimal 113 21 157 0.28 0.87 0 0.38 280.59 0.76 0.35
Hex 71 15 9D 1C 57 0 26 119 4C 23
Octal 161 25 235 34 127 0 46 431 114 43
Binary 1110001 10101 10011101 11100 1010111 0 100110 100011001 1001100 100011

Color Harmonies of #71159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71159D

Black with #71159D

Text Example


Text Example

White with #71159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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