Html Css Color HEX #711987 Purple

📋 copy color: '#711987'

red 113 ◦ green 25 ◦ blue 135

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

Shades of Purple #711987

Tints of Purple #711987

RGB

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

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

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

R = 41.39%
G = 9.16%
B = 49.45%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#711987 (or 0x711987) is known color: Purple. HEX triplet: 71, 19 and 87. RGB value is (113,25,135). Sum of RGB (Red+Green+Blue) = 113+25+135=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #711987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711987 is #8EE678. Grayscale: #3F3F3F. Windows color (decimal): -9365113 or 8853873. OLE color: 8853873.

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

Color convert

RGB 113 25 135 -
CMYK 0.16 0.81 0 0.47
HSL 288º 0.69% 0.31% -
HSV(B) 288º 0.81% 0.53% -
XYZ 11.53 5.96 23.46 -
YUV 63.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 113 25 135 0.16 0.81 0 0.47 288 0.69 0.31
Hex 71 19 87 10 51 0 2F 120 45 1F
Octal 161 31 207 20 121 0 57 440 105 37
Binary 1110001 11001 10000111 10000 1010001 0 101111 100100000 1000101 11111

Color Harmonies of #711987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711987

Black with #711987

Text Example


Text Example

White with #711987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711987; }

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

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

background-color css

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

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

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

border-color css

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

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

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