Html Css Color HEX #711586 Purple

📋 copy color: '#711586'

red 113 ◦ green 21 ◦ blue 134

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

Shades of Purple #711586

Tints of Purple #711586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 50%

R = 42.16%
G = 7.84%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#711586 (or 0x711586) is known color: Purple. HEX triplet: 71, 15 and 86. RGB value is (113,21,134). Sum of RGB (Red+Green+Blue) = 113+21+134=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #711586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711586 is #8EEA79. Grayscale: #3D3D3D. Windows color (decimal): -9366138 or 8787313. OLE color: 8787313.

HSL color Cylindrical-coordinate representation of color #711586: hue angle of 288.85º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711586 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 21 134 -
CMYK 0.16 0.84 0 0.47
HSL 288.85º 0.73% 0.3% -
HSV(B) 288.85º 0.84% 0.53% -
XYZ 11.38 5.77 23.07 -
YUV 61.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 113 21 134 0.16 0.84 0 0.47 288.85 0.73 0.3
Hex 71 15 86 10 54 0 2F 121 49 1E
Octal 161 25 206 20 124 0 57 441 111 36
Binary 1110001 10101 10000110 10000 1010100 0 101111 100100001 1001001 11110

Color Harmonies of #711586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711586

Black with #711586

Text Example


Text Example

White with #711586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711586; }

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

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

background-color css

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

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

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

border-color css

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

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

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