Html Css Color HEX #711381 Purple

📋 copy color: '#711381'

red 113 ◦ green 19 ◦ blue 129

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

Shades of Purple #711381

Tints of Purple #711381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

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

R = 43.3%
G = 7.28%
B = 49.43%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#711381 (or 0x711381) is known color: Purple. HEX triplet: 71, 13 and 81. RGB value is (113,19,129). Sum of RGB (Red+Green+Blue) = 113+19+129=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #711381 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711381 is #8EEC7E. Grayscale: #3B3B3B. Windows color (decimal): -9366655 or 8459121. OLE color: 8459121.

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

Color convert

RGB 113 19 129 -
CMYK 0.12 0.85 0 0.49
HSL 291.27º 0.74% 0.29% -
HSV(B) 291.27º 0.85% 0.51% -
XYZ 11.01 5.56 21.26 -
YUV 59.65 167.14 166.06 -
System Red Green Blue C M Y K H S L
Decimal 113 19 129 0.12 0.85 0 0.49 291.27 0.74 0.29
Hex 71 13 81 C 55 0 31 123 4A 1D
Octal 161 23 201 14 125 0 61 443 112 35
Binary 1110001 10011 10000001 1100 1010101 0 110001 100100011 1001010 11101

Color Harmonies of #711381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711381

Black with #711381

Text Example


Text Example

White with #711381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711381; }

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

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

background-color css

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

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

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

border-color css

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

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

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