Html Css Color HEX #710171 Purple

📋 copy color: '#710171'

red 113 ◦ green 1 ◦ blue 113

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

Shades of Purple #710171

Tints of Purple #710171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 49.78%
G = 0.44%
B = 49.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#710171 (or 0x710171) is known color: Purple. HEX triplet: 71, 01 and 71. RGB value is (113,1,113). Sum of RGB (Red+Green+Blue) = 113+1+113=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #710171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710171 is #8EFE8E. Grayscale: #2E2E2E. Windows color (decimal): -9371279 or 7405937. OLE color: 7405937.

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

Color convert

RGB 113 1 113 -
CMYK 0 0.99 0 0.56
HSL 300º 0.98% 0.22% -
HSV(B) 300º 0.99% 0.44% -
XYZ 9.8 4.72 16.02 -
YUV 47.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 113 1 113 0 0.99 0 0.56 300 0.98 0.22
Hex 71 1 71 0 63 0 38 12C 62 16
Octal 161 1 161 0 143 0 70 454 142 26
Binary 1110001 1 1110001 0 1100011 0 111000 100101100 1100010 10110

Color Harmonies of #710171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710171

Black with #710171

Text Example


Text Example

White with #710171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710171; }

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

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

background-color css

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

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

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

border-color css

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

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

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