Html Css Color HEX #710080 Purple

📋 copy color: '#710080'

red 113 ◦ green 0 ◦ blue 128

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

Shades of Purple #710080

Tints of Purple #710080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 53.11%

R = 46.89%
G = 0%
B = 53.11%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#710080 (or 0x710080) is known color: Purple. HEX triplet: 71, 00 and 80. RGB value is (113,0,128). Sum of RGB (Red+Green+Blue) = 113+0+128=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #710080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710080 is #8EFF7F. Grayscale: #2F2F2F. Windows color (decimal): -9371520 or 8388721. OLE color: 8388721.

HSL color Cylindrical-coordinate representation of color #710080: hue angle of 292.97º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710080 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 0 128 -
CMYK 0.12 1 0 0.50
HSL 292.97º 1% 0.25% -
HSV(B) 292.97º 1% 0.5% -
XYZ 10.71 5.07 20.84 -
YUV 48.38 172.94 174.09 -
System Red Green Blue C M Y K H S L
Decimal 113 0 128 0.12 1 0 0.50 292.97 1 0.25
Hex 71 0 80 C 64 0 32 125 64 19
Octal 161 0 200 14 144 0 62 445 144 31
Binary 1110001 0 10000000 1100 1100100 0 110010 100100101 1100100 11001

Color Harmonies of #710080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710080

Black with #710080

Text Example


Text Example

White with #710080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710080; }

 p { color: rgb(113,0,128); }

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

background-color css

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

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

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

border-color css

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

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

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