Html Css Color HEX #711581 Purple

📋 copy color: '#711581'

red 113 ◦ green 21 ◦ blue 129

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

Shades of Purple #711581

Tints of Purple #711581

RGB

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

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

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

R = 42.97%
G = 7.98%
B = 49.05%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#711581 (or 0x711581) is known color: Purple. HEX triplet: 71, 15 and 81. RGB value is (113,21,129). Sum of RGB (Red+Green+Blue) = 113+21+129=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #711581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711581 is #8EEA7E. Grayscale: #3C3C3C. Windows color (decimal): -9366143 or 8459633. OLE color: 8459633.

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

Color convert

RGB 113 21 129 -
CMYK 0.12 0.84 0 0.49
HSL 291.11º 0.72% 0.29% -
HSV(B) 291.11º 0.84% 0.51% -
XYZ 11.04 5.63 21.27 -
YUV 60.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 113 21 129 0.12 0.84 0 0.49 291.11 0.72 0.29
Hex 71 15 81 C 54 0 31 123 48 1D
Octal 161 25 201 14 124 0 61 443 110 35
Binary 1110001 10101 10000001 1100 1010100 0 110001 100100011 1001000 11101

Color Harmonies of #711581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711581

Black with #711581

Text Example


Text Example

White with #711581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711581; }

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

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

background-color css

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

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

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

border-color css

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

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

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