Html Css Color HEX #711580 Purple

📋 copy color: '#711580'

red 113 ◦ green 21 ◦ blue 128

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

Shades of Purple #711580

Tints of Purple #711580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 48.85%

R = 43.13%
G = 8.02%
B = 48.85%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#711580 (or 0x711580) is known color: Purple. HEX triplet: 71, 15 and 80. RGB value is (113,21,128). Sum of RGB (Red+Green+Blue) = 113+21+128=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #711580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711580 is #8EEA7F. Grayscale: #3C3C3C. Windows color (decimal): -9366144 or 8394097. OLE color: 8394097.

HSL color Cylindrical-coordinate representation of color #711580: hue angle of 291.59º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711580 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 21 128 -
CMYK 0.12 0.84 0 0.50
HSL 291.59º 0.72% 0.29% -
HSV(B) 291.59º 0.84% 0.5% -
XYZ 10.97 5.61 20.93 -
YUV 60.71 165.98 165.3 -
System Red Green Blue C M Y K H S L
Decimal 113 21 128 0.12 0.84 0 0.50 291.59 0.72 0.29
Hex 71 15 80 C 54 0 32 124 48 1D
Octal 161 25 200 14 124 0 62 444 110 35
Binary 1110001 10101 10000000 1100 1010100 0 110010 100100100 1001000 11101

Color Harmonies of #711580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711580

Black with #711580

Text Example


Text Example

White with #711580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711580; }

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

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

background-color css

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

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

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

border-color css

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

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

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