Html Css Color HEX #711881 Purple

📋 copy color: '#711881'

red 113 ◦ green 24 ◦ blue 129

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

Shades of Purple #711881

Tints of Purple #711881

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.02%

 BLUE value IS 129 (50.78% from 255) = 48.5%

R = 42.48%
G = 9.02%
B = 48.5%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#711881 (or 0x711881) is known color: Purple. HEX triplet: 71, 18 and 81. RGB value is (113,24,129). Sum of RGB (Red+Green+Blue) = 113+24+129=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #711881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711881 is #8EE77E. Grayscale: #3E3E3E. Windows color (decimal): -9365375 or 8460401. OLE color: 8460401.

HSL color Cylindrical-coordinate representation of color #711881: hue angle of 290.86º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711881 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 24 129 -
CMYK 0.12 0.81 0 0.49
HSL 290.86º 0.69% 0.3% -
HSV(B) 290.86º 0.81% 0.51% -
XYZ 11.1 5.75 21.29 -
YUV 62.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 113 24 129 0.12 0.81 0 0.49 290.86 0.69 0.3
Hex 71 18 81 C 51 0 31 123 45 1E
Octal 161 30 201 14 121 0 61 443 105 36
Binary 1110001 11000 10000001 1100 1010001 0 110001 100100011 1000101 11110

Color Harmonies of #711881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711881

Black with #711881

Text Example


Text Example

White with #711881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711881; }

 p { color: rgb(113,24,129); }

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

background-color css

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

 a { background-color: rgb(113,24,129); }

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

border-color css

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

 span { border-color: rgb(113,24,129); }

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