Html Css Color HEX #711989 Vivid Violet

📋 copy color: '#711989'

red 113 ◦ green 25 ◦ blue 137

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

Shades of Vivid Violet #711989

Tints of Vivid Violet #711989

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.09%

 BLUE value IS 137 (53.91% from 255) = 49.82%

R = 41.09%
G = 9.09%
B = 49.82%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#711989 (or 0x711989) is known color: Vivid Violet. HEX triplet: 71, 19 and 89. RGB value is (113,25,137). Sum of RGB (Red+Green+Blue) = 113+25+137=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #711989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711989 is #8EE676. Grayscale: #3F3F3F. Windows color (decimal): -9365111 or 8984945. OLE color: 8984945.

HSL color Cylindrical-coordinate representation of color #711989: hue angle of 287.14º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711989 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 25 137 -
CMYK 0.18 0.82 0 0.46
HSL 287.14º 0.69% 0.32% -
HSV(B) 287.14º 0.82% 0.54% -
XYZ 11.67 6.01 24.21 -
YUV 64.08 169.15 162.89 -
System Red Green Blue C M Y K H S L
Decimal 113 25 137 0.18 0.82 0 0.46 287.14 0.69 0.32
Hex 71 19 89 12 52 0 2E 11F 45 20
Octal 161 31 211 22 122 0 56 437 105 40
Binary 1110001 11001 10001001 10010 1010010 0 101110 100011111 1000101 100000

Color Harmonies of #711989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711989

Black with #711989

Text Example


Text Example

White with #711989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711989; }

 p { color: rgb(113,25,137); }

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

background-color css

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

 a { background-color: rgb(113,25,137); }

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

border-color css

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

 span { border-color: rgb(113,25,137); }

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