Html Css Color HEX #710480 Purple

📋 copy color: '#710480'

red 113 ◦ green 4 ◦ blue 128

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

Shades of Purple #710480

Tints of Purple #710480

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 46.12%
G = 1.63%
B = 52.24%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#710480 (or 0x710480) is known color: Purple. HEX triplet: 71, 04 and 80. RGB value is (113,4,128). Sum of RGB (Red+Green+Blue) = 113+4+128=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #710480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710480 is #8EFB7F. Grayscale: #323232. Windows color (decimal): -9370496 or 8389745. OLE color: 8389745.

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

Color convert

RGB 113 4 128 -
CMYK 0.12 0.97 0 0.50
HSL 292.74º 0.94% 0.26% -
HSV(B) 292.74º 0.97% 0.5% -
XYZ 10.75 5.16 20.85 -
YUV 50.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 113 4 128 0.12 0.97 0 0.50 292.74 0.94 0.26
Hex 71 4 80 C 61 0 32 125 5E 1A
Octal 161 4 200 14 141 0 62 445 136 32
Binary 1110001 100 10000000 1100 1100001 0 110010 100100101 1011110 11010

Color Harmonies of #710480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710480

Black with #710480

Text Example


Text Example

White with #710480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710480; }

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

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

background-color css

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

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

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

border-color css

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

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

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