Html Css Color HEX #71159C Vivid Violet

📋 copy color: '#71159C'

red 113 ◦ green 21 ◦ blue 156

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

Shades of Vivid Violet #71159C

Tints of Vivid Violet #71159C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.79%

R = 38.97%
G = 7.24%
B = 53.79%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71159C (or 0x71159C) is known color: Vivid Violet. HEX triplet: 71, 15 and 9C. RGB value is (113,21,156). Sum of RGB (Red+Green+Blue) = 113+21+156=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #71159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71159C is #8EEA63. Grayscale: #3F3F3F. Windows color (decimal): -9366116 or 10229105. OLE color: 10229105.

HSL color Cylindrical-coordinate representation of color #71159C: hue angle of 280.89º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71159C is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 21 156 -
CMYK 0.28 0.87 0 0.39
HSL 280.89º 0.76% 0.35% -
HSV(B) 280.89º 0.87% 0.61% -
XYZ 13.08 6.45 32.01 -
YUV 63.9 179.98 163.02 -
System Red Green Blue C M Y K H S L
Decimal 113 21 156 0.28 0.87 0 0.39 280.89 0.76 0.35
Hex 71 15 9C 1C 57 0 27 119 4C 23
Octal 161 25 234 34 127 0 47 431 114 43
Binary 1110001 10101 10011100 11100 1010111 0 100111 100011001 1001100 100011

Color Harmonies of #71159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71159C

Black with #71159C

Text Example


Text Example

White with #71159C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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