Html Css Color HEX #71116F Purple

📋 copy color: '#71116F'

red 113 ◦ green 17 ◦ blue 111

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

Shades of Purple #71116F

Tints of Purple #71116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 46.06%

R = 46.89%
G = 7.05%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71116F (or 0x71116F) is known color: Purple. HEX triplet: 71, 11 and 6F. RGB value is (113,17,111). Sum of RGB (Red+Green+Blue) = 113+17+111=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #71116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71116F is #8EEE90. Grayscale: #383838. Windows color (decimal): -9367185 or 7278961. OLE color: 7278961.

HSL color Cylindrical-coordinate representation of color #71116F: hue angle of 301.25º 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 #71116F is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 111 -
CMYK 0 0.85 0.02 0.56
HSL 301.25º 0.74% 0.25% -
HSV(B) 301.25º 0.85% 0.44% -
XYZ 9.88 5.06 15.49 -
YUV 56.42 158.8 168.36 -
System Red Green Blue C M Y K H S L
Decimal 113 17 111 0 0.85 0.02 0.56 301.25 0.74 0.25
Hex 71 11 6F 0 55 2 38 12D 4A 19
Octal 161 21 157 0 125 2 70 455 112 31
Binary 1110001 10001 1101111 0 1010101 10 111000 100101101 1001010 11001

Color Harmonies of #71116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71116F

Black with #71116F

Text Example


Text Example

White with #71116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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