Html Css Color HEX #71189A Vivid Violet

📋 copy color: '#71189A'

red 113 ◦ green 24 ◦ blue 154

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

Shades of Vivid Violet #71189A

Tints of Vivid Violet #71189A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.25%

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

R = 38.83%
G = 8.25%
B = 52.92%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71189A (or 0x71189A) is known color: Vivid Violet. HEX triplet: 71, 18 and 9A. RGB value is (113,24,154). Sum of RGB (Red+Green+Blue) = 113+24+154=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 154 (60.55% from 255 or 52.92% from 291); Max value from RGB is 154 - color contains mainly: blue. Hex color #71189A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71189A is #8EE765. Grayscale: #414141. Windows color (decimal): -9365350 or 10098801. OLE color: 10098801.

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

Color convert

RGB 113 24 154 -
CMYK 0.27 0.84 0 0.40
HSL 281.08º 0.73% 0.35% -
HSV(B) 281.08º 0.84% 0.6% -
XYZ 12.97 6.5 31.14 -
YUV 65.43 177.99 161.93 -
System Red Green Blue C M Y K H S L
Decimal 113 24 154 0.27 0.84 0 0.40 281.08 0.73 0.35
Hex 71 18 9A 1B 54 0 28 119 49 23
Octal 161 30 232 33 124 0 50 431 111 43
Binary 1110001 11000 10011010 11011 1010100 0 101000 100011001 1001001 100011

Color Harmonies of #71189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71189A

Black with #71189A

Text Example


Text Example

White with #71189A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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