Html Css Color HEX #711093 Purple

📋 copy color: '#711093'

red 113 ◦ green 16 ◦ blue 147

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

Shades of Purple #711093

Tints of Purple #711093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

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

R = 40.94%
G = 5.8%
B = 53.26%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#711093 (or 0x711093) is known color: Purple. HEX triplet: 71, 10 and 93. RGB value is (113,16,147). Sum of RGB (Red+Green+Blue) = 113+16+147=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #711093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711093 is #8EEF6C. Grayscale: #3B3B3B. Windows color (decimal): -9367405 or 9638001. OLE color: 9638001.

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

Color convert

RGB 113 16 147 -
CMYK 0.23 0.89 0 0.42
HSL 284.43º 0.8% 0.32% -
HSV(B) 284.43º 0.89% 0.58% -
XYZ 12.26 5.99 28.11 -
YUV 59.94 177.14 165.85 -
System Red Green Blue C M Y K H S L
Decimal 113 16 147 0.23 0.89 0 0.42 284.43 0.8 0.32
Hex 71 10 93 17 59 0 2A 11C 50 20
Octal 161 20 223 27 131 0 52 434 120 40
Binary 1110001 10000 10010011 10111 1011001 0 101010 100011100 1010000 100000

Color Harmonies of #711093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711093

Black with #711093

Text Example


Text Example

White with #711093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711093; }

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

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

background-color css

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

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

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

border-color css

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

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

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