Html Css Color HEX #711590 Purple

📋 copy color: '#711590'

red 113 ◦ green 21 ◦ blue 144

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

Shades of Purple #711590

Tints of Purple #711590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.8%

R = 40.65%
G = 7.55%
B = 51.8%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#711590 (or 0x711590) is known color: Purple. HEX triplet: 71, 15 and 90. RGB value is (113,21,144). Sum of RGB (Red+Green+Blue) = 113+21+144=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #711590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711590 is #8EEA6F. Grayscale: #3E3E3E. Windows color (decimal): -9366128 or 9442673. OLE color: 9442673.

HSL color Cylindrical-coordinate representation of color #711590: hue angle of 284.88º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711590 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 21 144 -
CMYK 0.22 0.85 0 0.44
HSL 284.88º 0.75% 0.32% -
HSV(B) 284.88º 0.85% 0.56% -
XYZ 12.11 6.06 26.92 -
YUV 62.53 173.98 164 -
System Red Green Blue C M Y K H S L
Decimal 113 21 144 0.22 0.85 0 0.44 284.88 0.75 0.32
Hex 71 15 90 16 55 0 2C 11D 4B 20
Octal 161 25 220 26 125 0 54 435 113 40
Binary 1110001 10101 10010000 10110 1010101 0 101100 100011101 1001011 100000

Color Harmonies of #711590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711590

Black with #711590

Text Example


Text Example

White with #711590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711590; }

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

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

background-color css

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

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

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

border-color css

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

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

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