Html Css Color HEX #710580 Purple

📋 copy color: '#710580'

red 113 ◦ green 5 ◦ blue 128

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

Shades of Purple #710580

Tints of Purple #710580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.03%

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

R = 45.93%
G = 2.03%
B = 52.03%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#710580 (or 0x710580) is known color: Purple. HEX triplet: 71, 05 and 80. RGB value is (113,5,128). Sum of RGB (Red+Green+Blue) = 113+5+128=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #710580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710580 is #8EFA7F. Grayscale: #323232. Windows color (decimal): -9370240 or 8390001. OLE color: 8390001.

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

Color convert

RGB 113 5 128 -
CMYK 0.12 0.96 0 0.50
HSL 292.68º 0.92% 0.26% -
HSV(B) 292.68º 0.96% 0.5% -
XYZ 10.76 5.18 20.85 -
YUV 51.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 113 5 128 0.12 0.96 0 0.50 292.68 0.92 0.26
Hex 71 5 80 C 60 0 32 125 5C 1A
Octal 161 5 200 14 140 0 62 445 134 32
Binary 1110001 101 10000000 1100 1100000 0 110010 100100101 1011100 11010

Color Harmonies of #710580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710580

Black with #710580

Text Example


Text Example

White with #710580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710580; }

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

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

background-color css

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

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

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

border-color css

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

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

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