Html Css Color HEX #71106E Purple

📋 copy color: '#71106E'

red 113 ◦ green 16 ◦ blue 110

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

Shades of Purple #71106E

Tints of Purple #71106E

RGB

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

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

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

R = 47.28%
G = 6.69%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71106E (or 0x71106E) is known color: Purple. HEX triplet: 71, 10 and 6E. RGB value is (113,16,110). Sum of RGB (Red+Green+Blue) = 113+16+110=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71106E is #8EEF91. Grayscale: #373737. Windows color (decimal): -9367442 or 7213169. OLE color: 7213169.

HSL color Cylindrical-coordinate representation of color #71106E: hue angle of 301.86º 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 #71106E is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 110 -
CMYK 0 0.86 0.03 0.56
HSL 301.86º 0.75% 0.25% -
HSV(B) 301.86º 0.86% 0.44% -
XYZ 9.81 5.01 15.2 -
YUV 55.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 113 16 110 0 0.86 0.03 0.56 301.86 0.75 0.25
Hex 71 10 6E 0 56 3 38 12E 4B 19
Octal 161 20 156 0 126 3 70 456 113 31
Binary 1110001 10000 1101110 0 1010110 11 111000 100101110 1001011 11001

Color Harmonies of #71106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71106E

Black with #71106E

Text Example


Text Example

White with #71106E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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