Html Css Color HEX #71116E Purple

📋 copy color: '#71116E'

red 113 ◦ green 17 ◦ blue 110

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

Shades of Purple #71116E

Tints of Purple #71116E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.83%

R = 47.08%
G = 7.08%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71116E (or 0x71116E) is known color: Purple. HEX triplet: 71, 11 and 6E. RGB value is (113,17,110). Sum of RGB (Red+Green+Blue) = 113+17+110=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71116E is #8EEE91. Grayscale: #383838. Windows color (decimal): -9367186 or 7213425. OLE color: 7213425.

HSL color Cylindrical-coordinate representation of color #71116E: hue angle of 301.88º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71116E is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 110 -
CMYK 0 0.85 0.03 0.56
HSL 301.88º 0.74% 0.25% -
HSV(B) 301.88º 0.85% 0.44% -
XYZ 9.82 5.04 15.21 -
YUV 56.31 158.3 168.44 -
System Red Green Blue C M Y K H S L
Decimal 113 17 110 0 0.85 0.03 0.56 301.88 0.74 0.25
Hex 71 11 6E 0 55 3 38 12E 4A 19
Octal 161 21 156 0 125 3 70 456 112 31
Binary 1110001 10001 1101110 0 1010101 11 111000 100101110 1001010 11001

Color Harmonies of #71116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71116E

Black with #71116E

Text Example


Text Example

White with #71116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71116E; }

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

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

background-color css

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

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

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

border-color css

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

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

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