Html Css Color HEX #711F87 Vivid Violet

📋 copy color: '#711F87'

red 113 ◦ green 31 ◦ blue 135

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

Shades of Vivid Violet #711F87

Tints of Vivid Violet #711F87

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.11%

 BLUE value IS 135 (53.13% from 255) = 48.39%

R = 40.5%
G = 11.11%
B = 48.39%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#711F87 (or 0x711F87) is known color: Vivid Violet. HEX triplet: 71, 1F and 87. RGB value is (113,31,135). Sum of RGB (Red+Green+Blue) = 113+31+135=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #711F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711F87 is #8EE078. Grayscale: #434343. Windows color (decimal): -9363577 or 8855409. OLE color: 8855409.

HSL color Cylindrical-coordinate representation of color #711F87: hue angle of 287.31º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711F87 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 31 135 -
CMYK 0.16 0.77 0 0.47
HSL 287.31º 0.63% 0.33% -
HSV(B) 287.31º 0.77% 0.53% -
XYZ 11.67 6.24 23.51 -
YUV 67.37 166.17 160.54 -
System Red Green Blue C M Y K H S L
Decimal 113 31 135 0.16 0.77 0 0.47 287.31 0.63 0.33
Hex 71 1F 87 10 4D 0 2F 11F 3F 21
Octal 161 37 207 20 115 0 57 437 77 41
Binary 1110001 11111 10000111 10000 1001101 0 101111 100011111 111111 100001

Color Harmonies of #711F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711F87

Black with #711F87

Text Example


Text Example

White with #711F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711F87; }

 p { color: rgb(113,31,135); }

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

background-color css

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

 a { background-color: rgb(113,31,135); }

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

border-color css

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

 span { border-color: rgb(113,31,135); }

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