Html Css Color HEX #711780 Purple

📋 copy color: '#711780'

red 113 ◦ green 23 ◦ blue 128

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

Shades of Purple #711780

Tints of Purple #711780

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.71%

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

R = 42.8%
G = 8.71%
B = 48.48%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#711780 (or 0x711780) is known color: Purple. HEX triplet: 71, 17 and 80. RGB value is (113,23,128). Sum of RGB (Red+Green+Blue) = 113+23+128=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #711780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711780 is #8EE87F. Grayscale: #3D3D3D. Windows color (decimal): -9365632 or 8394609. OLE color: 8394609.

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

Color convert

RGB 113 23 128 -
CMYK 0.12 0.82 0 0.50
HSL 291.43º 0.7% 0.3% -
HSV(B) 291.43º 0.82% 0.5% -
XYZ 11.01 5.68 20.94 -
YUV 61.88 165.32 164.46 -
System Red Green Blue C M Y K H S L
Decimal 113 23 128 0.12 0.82 0 0.50 291.43 0.7 0.3
Hex 71 17 80 C 52 0 32 123 46 1E
Octal 161 27 200 14 122 0 62 443 106 36
Binary 1110001 10111 10000000 1100 1010010 0 110010 100100011 1000110 11110

Color Harmonies of #711780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711780

Black with #711780

Text Example


Text Example

White with #711780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711780; }

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

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

background-color css

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

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

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

border-color css

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

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

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