Html Css Color HEX #711493 Purple

📋 copy color: '#711493'

red 113 ◦ green 20 ◦ blue 147

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

Shades of Purple #711493

Tints of Purple #711493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.14%

 BLUE value IS 147 (57.81% from 255) = 52.5%

R = 40.36%
G = 7.14%
B = 52.5%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#711493 (or 0x711493) is known color: Purple. HEX triplet: 71, 14 and 93. RGB value is (113,20,147). Sum of RGB (Red+Green+Blue) = 113+20+147=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #711493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711493 is #8EEB6C. Grayscale: #3D3D3D. Windows color (decimal): -9366381 or 9639025. OLE color: 9639025.

HSL color Cylindrical-coordinate representation of color #711493: hue angle of 283.94º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711493 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 20 147 -
CMYK 0.23 0.86 0 0.42
HSL 283.94º 0.76% 0.33% -
HSV(B) 283.94º 0.86% 0.58% -
XYZ 12.33 6.12 28.13 -
YUV 62.29 175.81 164.17 -
System Red Green Blue C M Y K H S L
Decimal 113 20 147 0.23 0.86 0 0.42 283.94 0.76 0.33
Hex 71 14 93 17 56 0 2A 11C 4C 21
Octal 161 24 223 27 126 0 52 434 114 41
Binary 1110001 10100 10010011 10111 1010110 0 101010 100011100 1001100 100001

Color Harmonies of #711493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711493

Black with #711493

Text Example


Text Example

White with #711493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711493; }

 p { color: rgb(113,20,147); }

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

background-color css

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

 a { background-color: rgb(113,20,147); }

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

border-color css

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

 span { border-color: rgb(113,20,147); }

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