Html Css Color HEX #711293 Purple

📋 copy color: '#711293'

red 113 ◦ green 18 ◦ blue 147

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

Shades of Purple #711293

Tints of Purple #711293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.47%

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

R = 40.65%
G = 6.47%
B = 52.88%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#711293 (or 0x711293) is known color: Purple. HEX triplet: 71, 12 and 93. RGB value is (113,18,147). Sum of RGB (Red+Green+Blue) = 113+18+147=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #711293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711293 is #8EED6C. Grayscale: #3C3C3C. Windows color (decimal): -9366893 or 9638513. OLE color: 9638513.

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

Color convert

RGB 113 18 147 -
CMYK 0.23 0.88 0 0.42
HSL 284.19º 0.78% 0.32% -
HSV(B) 284.19º 0.88% 0.58% -
XYZ 12.29 6.05 28.12 -
YUV 61.11 176.47 165.01 -
System Red Green Blue C M Y K H S L
Decimal 113 18 147 0.23 0.88 0 0.42 284.19 0.78 0.32
Hex 71 12 93 17 58 0 2A 11C 4E 20
Octal 161 22 223 27 130 0 52 434 116 40
Binary 1110001 10010 10010011 10111 1011000 0 101010 100011100 1001110 100000

Color Harmonies of #711293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711293

Black with #711293

Text Example


Text Example

White with #711293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711293; }

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

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

background-color css

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

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

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

border-color css

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

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

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