Html Css Color HEX #710771 Purple

📋 copy color: '#710771'

red 113 ◦ green 7 ◦ blue 113

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

Shades of Purple #710771

Tints of Purple #710771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3%

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

R = 48.5%
G = 3%
B = 48.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#710771 (or 0x710771) is known color: Purple. HEX triplet: 71, 07 and 71. RGB value is (113,7,113). Sum of RGB (Red+Green+Blue) = 113+7+113=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #710771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710771 is #8EF88E. Grayscale: #323232. Windows color (decimal): -9369743 or 7407473. OLE color: 7407473.

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

Color convert

RGB 113 7 113 -
CMYK 0 0.94 0 0.56
HSL 300º 0.88% 0.24% -
HSV(B) 300º 0.94% 0.44% -
XYZ 9.87 4.85 16.04 -
YUV 50.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 113 7 113 0 0.94 0 0.56 300 0.88 0.24
Hex 71 7 71 0 5E 0 38 12C 58 18
Octal 161 7 161 0 136 0 70 454 130 30
Binary 1110001 111 1110001 0 1011110 0 111000 100101100 1011000 11000

Color Harmonies of #710771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710771

Black with #710771

Text Example


Text Example

White with #710771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710771; }

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

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

background-color css

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

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

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

border-color css

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

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

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