Html Css Color HEX #711199 Purple

📋 copy color: '#711199'

red 113 ◦ green 17 ◦ blue 153

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

Shades of Purple #711199

Tints of Purple #711199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.01%

 BLUE value IS 153 (60.16% from 255) = 54.06%

R = 39.93%
G = 6.01%
B = 54.06%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#711199 (or 0x711199) is known color: Purple. HEX triplet: 71, 11 and 99. RGB value is (113,17,153). Sum of RGB (Red+Green+Blue) = 113+17+153=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #711199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711199 is #8EEE66. Grayscale: #3C3C3C. Windows color (decimal): -9367143 or 10031473. OLE color: 10031473.

HSL color Cylindrical-coordinate representation of color #711199: hue angle of 282.35º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #711199 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 17 153 -
CMYK 0.26 0.89 0 0.4
HSL 282.35º 0.8% 0.33% -
HSV(B) 282.35º 0.89% 0.6% -
XYZ 12.76 6.21 30.66 -
YUV 61.21 179.8 164.94 -
System Red Green Blue C M Y K H S L
Decimal 113 17 153 0.26 0.89 0 0.4 282.35 0.8 0.33
Hex 71 11 99 1A 59 0 28 11A 50 21
Octal 161 21 231 32 131 0 50 432 120 41
Binary 1110001 10001 10011001 11010 1011001 0 101000 100011010 1010000 100001

Color Harmonies of #711199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711199

Black with #711199

Text Example


Text Example

White with #711199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711199; }

 p { color: rgb(113,17,153); }

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

background-color css

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

 a { background-color: rgb(113,17,153); }

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

border-color css

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

 span { border-color: rgb(113,17,153); }

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