Html Css Color HEX #71159A Vivid Violet

📋 copy color: '#71159A'

red 113 ◦ green 21 ◦ blue 154

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

Shades of Vivid Violet #71159A

Tints of Vivid Violet #71159A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 53.47%

R = 39.24%
G = 7.29%
B = 53.47%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71159A (or 0x71159A) is known color: Vivid Violet. HEX triplet: 71, 15 and 9A. RGB value is (113,21,154). Sum of RGB (Red+Green+Blue) = 113+21+154=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #71159A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71159A is #8EEA65. Grayscale: #3F3F3F. Windows color (decimal): -9366118 or 10098033. OLE color: 10098033.

HSL color Cylindrical-coordinate representation of color #71159A: hue angle of 281.5º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71159A is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 21 154 -
CMYK 0.27 0.86 0 0.40
HSL 281.5º 0.76% 0.34% -
HSV(B) 281.5º 0.86% 0.6% -
XYZ 12.91 6.38 31.12 -
YUV 63.67 178.98 163.19 -
System Red Green Blue C M Y K H S L
Decimal 113 21 154 0.27 0.86 0 0.40 281.5 0.76 0.34
Hex 71 15 9A 1B 56 0 28 11A 4C 22
Octal 161 25 232 33 126 0 50 432 114 42
Binary 1110001 10101 10011010 11011 1010110 0 101000 100011010 1001100 100010

Color Harmonies of #71159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71159A

Black with #71159A

Text Example


Text Example

White with #71159A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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