Html Css Color HEX #71106D Purple

📋 copy color: '#71106D'

red 113 ◦ green 16 ◦ blue 109

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

Shades of Purple #71106D

Tints of Purple #71106D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.8%

R = 47.48%
G = 6.72%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71106D (or 0x71106D) is known color: Purple. HEX triplet: 71, 10 and 6D. RGB value is (113,16,109). Sum of RGB (Red+Green+Blue) = 113+16+109=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #71106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71106D is #8EEF92. Grayscale: #373737. Windows color (decimal): -9367443 or 7147633. OLE color: 7147633.

HSL color Cylindrical-coordinate representation of color #71106D: hue angle of 302.47º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71106D is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 109 -
CMYK 0 0.86 0.04 0.56
HSL 302.47º 0.75% 0.25% -
HSV(B) 302.47º 0.86% 0.44% -
XYZ 9.76 4.99 14.92 -
YUV 55.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 113 16 109 0 0.86 0.04 0.56 302.47 0.75 0.25
Hex 71 10 6D 0 56 4 38 12E 4B 19
Octal 161 20 155 0 126 4 70 456 113 31
Binary 1110001 10000 1101101 0 1010110 100 111000 100101110 1001011 11001

Color Harmonies of #71106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71106D

Black with #71106D

Text Example


Text Example

White with #71106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71106D; }

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

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

background-color css

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

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

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

border-color css

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

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

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