Html Css Color HEX #711099 Purple

📋 copy color: '#711099'

red 113 ◦ green 16 ◦ blue 153

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

Shades of Purple #711099

Tints of Purple #711099

RGB

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

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

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

R = 40.07%
G = 5.67%
B = 54.26%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#711099 (or 0x711099) is known color: Purple. HEX triplet: 71, 10 and 99. RGB value is (113,16,153). Sum of RGB (Red+Green+Blue) = 113+16+153=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #711099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711099 is #8EEF66. Grayscale: #3C3C3C. Windows color (decimal): -9367399 or 10031217. OLE color: 10031217.

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

Color convert

RGB 113 16 153 -
CMYK 0.26 0.90 0 0.4
HSL 282.48º 0.81% 0.33% -
HSV(B) 282.48º 0.9% 0.6% -
XYZ 12.75 6.18 30.66 -
YUV 60.62 180.14 165.36 -
System Red Green Blue C M Y K H S L
Decimal 113 16 153 0.26 0.90 0 0.4 282.48 0.81 0.33
Hex 71 10 99 1A 5A 0 28 11A 51 21
Octal 161 20 231 32 132 0 50 432 121 41
Binary 1110001 10000 10011001 11010 1011010 0 101000 100011010 1010001 100001

Color Harmonies of #711099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711099

Black with #711099

Text Example


Text Example

White with #711099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711099; }

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

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

background-color css

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

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

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

border-color css

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

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

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