Html Css Color HEX #710971 Purple

📋 copy color: '#710971'

red 113 ◦ green 9 ◦ blue 113

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

Shades of Purple #710971

Tints of Purple #710971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.83%

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

R = 48.09%
G = 3.83%
B = 48.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#710971 (or 0x710971) is known color: Purple. HEX triplet: 71, 09 and 71. RGB value is (113,9,113). Sum of RGB (Red+Green+Blue) = 113+9+113=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #710971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710971 is #8EF68E. Grayscale: #333333. Windows color (decimal): -9369231 or 7407985. OLE color: 7407985.

HSL color Cylindrical-coordinate representation of color #710971: hue angle of 300º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710971 is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 9 113 -
CMYK 0 0.92 0 0.56
HSL 300º 0.85% 0.24% -
HSV(B) 300º 0.92% 0.44% -
XYZ 9.89 4.9 16.05 -
YUV 51.95 162.46 171.54 -
System Red Green Blue C M Y K H S L
Decimal 113 9 113 0 0.92 0 0.56 300 0.85 0.24
Hex 71 9 71 0 5C 0 38 12C 55 18
Octal 161 11 161 0 134 0 70 454 125 30
Binary 1110001 1001 1110001 0 1011100 0 111000 100101100 1010101 11000

Color Harmonies of #710971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710971

Black with #710971

Text Example


Text Example

White with #710971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710971; }

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

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

background-color css

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

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

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

border-color css

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

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

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