Html Css Color HEX #720580 Purple

📋 copy color: '#720580'

red 114 ◦ green 5 ◦ blue 128

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

Shades of Purple #720580

Tints of Purple #720580

RGB

 RED value IS 114 (44.92% from 255) = 46.15%

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

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

R = 46.15%
G = 2.02%
B = 51.82%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#720580 (or 0x720580) is known color: Purple. HEX triplet: 72, 05 and 80. RGB value is (114,5,128). Sum of RGB (Red+Green+Blue) = 114+5+128=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #720580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720580 is #8DFA7F. Grayscale: #333333. Windows color (decimal): -9304704 or 8390002. OLE color: 8390002.

HSL color Cylindrical-coordinate representation of color #720580: hue angle of 293.17º 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 #720580 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 5 128 -
CMYK 0.11 0.96 0 0.50
HSL 293.17º 0.92% 0.26% -
HSV(B) 293.17º 0.96% 0.5% -
XYZ 10.89 5.24 20.86 -
YUV 51.61 171.11 172.5 -
System Red Green Blue C M Y K H S L
Decimal 114 5 128 0.11 0.96 0 0.50 293.17 0.92 0.26
Hex 72 5 80 B 60 0 32 125 5C 1A
Octal 162 5 200 13 140 0 62 445 134 32
Binary 1110010 101 10000000 1011 1100000 0 110010 100100101 1011100 11010

Color Harmonies of #720580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720580

Black with #720580

Text Example


Text Example

White with #720580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720580; }

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

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

background-color css

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

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

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

border-color css

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

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

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