Html Css Color HEX #711393 Purple

📋 copy color: '#711393'

red 113 ◦ green 19 ◦ blue 147

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

Shades of Purple #711393

Tints of Purple #711393

RGB

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

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

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

R = 40.5%
G = 6.81%
B = 52.69%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#711393 (or 0x711393) is known color: Purple. HEX triplet: 71, 13 and 93. RGB value is (113,19,147). Sum of RGB (Red+Green+Blue) = 113+19+147=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #711393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711393 is #8EEC6C. Grayscale: #3D3D3D. Windows color (decimal): -9366637 or 9638769. OLE color: 9638769.

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

Color convert

RGB 113 19 147 -
CMYK 0.23 0.87 0 0.42
HSL 284.06º 0.77% 0.33% -
HSV(B) 284.06º 0.87% 0.58% -
XYZ 12.31 6.08 28.13 -
YUV 61.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 113 19 147 0.23 0.87 0 0.42 284.06 0.77 0.33
Hex 71 13 93 17 57 0 2A 11C 4D 21
Octal 161 23 223 27 127 0 52 434 115 41
Binary 1110001 10011 10010011 10111 1010111 0 101010 100011100 1001101 100001

Color Harmonies of #711393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711393

Black with #711393

Text Example


Text Example

White with #711393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711393; }

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

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

background-color css

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

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

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

border-color css

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

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

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