Html Css Color HEX #71016E Purple

📋 copy color: '#71016E'

red 113 ◦ green 1 ◦ blue 110

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

Shades of Purple #71016E

Tints of Purple #71016E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 50.45%
G = 0.45%
B = 49.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71016E (or 0x71016E) is known color: Purple. HEX triplet: 71, 01 and 6E. RGB value is (113,1,110). Sum of RGB (Red+Green+Blue) = 113+1+110=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71016E is #8EFE91. Grayscale: #2E2E2E. Windows color (decimal): -9371282 or 7209329. OLE color: 7209329.

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

Color convert

RGB 113 1 110 -
CMYK 0 0.99 0.03 0.56
HSL 301.61º 0.98% 0.22% -
HSV(B) 301.61º 0.99% 0.44% -
XYZ 9.64 4.66 15.14 -
YUV 46.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 113 1 110 0 0.99 0.03 0.56 301.61 0.98 0.22
Hex 71 1 6E 0 63 3 38 12E 62 16
Octal 161 1 156 0 143 3 70 456 142 26
Binary 1110001 1 1101110 0 1100011 11 111000 100101110 1100010 10110

Color Harmonies of #71016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71016E

Black with #71016E

Text Example


Text Example

White with #71016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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