Html Css Color HEX #71016F Purple

📋 copy color: '#71016F'

red 113 ◦ green 1 ◦ blue 111

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

Shades of Purple #71016F

Tints of Purple #71016F

RGB

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

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

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

R = 50.22%
G = 0.44%
B = 49.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71016F (or 0x71016F) is known color: Purple. HEX triplet: 71, 01 and 6F. RGB value is (113,1,111). Sum of RGB (Red+Green+Blue) = 113+1+111=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71016F is #8EFE90. Grayscale: #2E2E2E. Windows color (decimal): -9371281 or 7274865. OLE color: 7274865.

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

Color convert

RGB 113 1 111 -
CMYK 0 0.99 0.02 0.56
HSL 301.07º 0.98% 0.22% -
HSV(B) 301.07º 0.99% 0.44% -
XYZ 9.69 4.68 15.43 -
YUV 47.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 113 1 111 0 0.99 0.02 0.56 301.07 0.98 0.22
Hex 71 1 6F 0 63 2 38 12D 62 16
Octal 161 1 157 0 143 2 70 455 142 26
Binary 1110001 1 1101111 0 1100011 10 111000 100101101 1100010 10110

Color Harmonies of #71016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71016F

Black with #71016F

Text Example


Text Example

White with #71016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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