Html Css Color HEX #711680 Purple

📋 copy color: '#711680'

red 113 ◦ green 22 ◦ blue 128

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

Shades of Purple #711680

Tints of Purple #711680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.37%

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

R = 42.97%
G = 8.37%
B = 48.67%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#711680 (or 0x711680) is known color: Purple. HEX triplet: 71, 16 and 80. RGB value is (113,22,128). Sum of RGB (Red+Green+Blue) = 113+22+128=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #711680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711680 is #8EE97F. Grayscale: #3C3C3C. Windows color (decimal): -9365888 or 8394353. OLE color: 8394353.

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

Color convert

RGB 113 22 128 -
CMYK 0.12 0.83 0 0.50
HSL 291.51º 0.71% 0.29% -
HSV(B) 291.51º 0.83% 0.5% -
XYZ 10.99 5.64 20.93 -
YUV 61.29 165.65 164.88 -
System Red Green Blue C M Y K H S L
Decimal 113 22 128 0.12 0.83 0 0.50 291.51 0.71 0.29
Hex 71 16 80 C 53 0 32 124 47 1D
Octal 161 26 200 14 123 0 62 444 107 35
Binary 1110001 10110 10000000 1100 1010011 0 110010 100100100 1000111 11101

Color Harmonies of #711680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711680

Black with #711680

Text Example


Text Example

White with #711680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711680; }

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

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

background-color css

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

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

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

border-color css

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

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

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