Html Css Color HEX #711988 Vivid Violet

📋 copy color: '#711988'

red 113 ◦ green 25 ◦ blue 136

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

Shades of Vivid Violet #711988

Tints of Vivid Violet #711988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.64%

R = 41.24%
G = 9.12%
B = 49.64%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#711988 (or 0x711988) is known color: Vivid Violet. HEX triplet: 71, 19 and 88. RGB value is (113,25,136). Sum of RGB (Red+Green+Blue) = 113+25+136=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #711988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711988 is #8EE677. Grayscale: #3F3F3F. Windows color (decimal): -9365112 or 8919409. OLE color: 8919409.

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

Color convert

RGB 113 25 136 -
CMYK 0.17 0.82 0 0.47
HSL 287.57º 0.69% 0.32% -
HSV(B) 287.57º 0.82% 0.53% -
XYZ 11.6 5.98 23.84 -
YUV 63.97 168.65 162.97 -
System Red Green Blue C M Y K H S L
Decimal 113 25 136 0.17 0.82 0 0.47 287.57 0.69 0.32
Hex 71 19 88 11 52 0 2F 120 45 20
Octal 161 31 210 21 122 0 57 440 105 40
Binary 1110001 11001 10001000 10001 1010010 0 101111 100100000 1000101 100000

Color Harmonies of #711988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711988

Black with #711988

Text Example


Text Example

White with #711988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711988; }

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

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

background-color css

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

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

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

border-color css

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

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

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