Html Css Color HEX #711582 Purple

📋 copy color: '#711582'

red 113 ◦ green 21 ◦ blue 130

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

Shades of Purple #711582

Tints of Purple #711582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 49.24%

R = 42.8%
G = 7.95%
B = 49.24%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#711582 (or 0x711582) is known color: Purple. HEX triplet: 71, 15 and 82. RGB value is (113,21,130). Sum of RGB (Red+Green+Blue) = 113+21+130=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #711582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711582 is #8EEA7D. Grayscale: #3C3C3C. Windows color (decimal): -9366142 or 8525169. OLE color: 8525169.

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

Color convert

RGB 113 21 130 -
CMYK 0.13 0.84 0 0.49
HSL 290.64º 0.72% 0.3% -
HSV(B) 290.64º 0.84% 0.51% -
XYZ 11.11 5.66 21.63 -
YUV 60.93 166.98 165.14 -
System Red Green Blue C M Y K H S L
Decimal 113 21 130 0.13 0.84 0 0.49 290.64 0.72 0.3
Hex 71 15 82 D 54 0 31 123 48 1E
Octal 161 25 202 15 124 0 61 443 110 36
Binary 1110001 10101 10000010 1101 1010100 0 110001 100100011 1001000 11110

Color Harmonies of #711582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711582

Black with #711582

Text Example


Text Example

White with #711582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711582; }

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

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

background-color css

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

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

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

border-color css

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

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

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