Html Css Color HEX #720559 Tyrian Purple

📋 copy color: '#720559'

red 114 ◦ green 5 ◦ blue 89

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

Shades of Tyrian Purple #720559

Tints of Tyrian Purple #720559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 42.79%

R = 54.81%
G = 2.4%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#720559 (or 0x720559) is known color: Tyrian Purple. HEX triplet: 72, 05 and 59. RGB value is (114,5,89). Sum of RGB (Red+Green+Blue) = 114+5+89=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #720559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720559 is #8DFAA6. Grayscale: #2E2E2E. Windows color (decimal): -9304743 or 5834098. OLE color: 5834098.

HSL color Cylindrical-coordinate representation of color #720559: hue angle of 313.76º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720559 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 5 89 -
CMYK 0 0.96 0.22 0.55
HSL 313.76º 0.92% 0.23% -
HSV(B) 313.76º 0.96% 0.45% -
XYZ 8.8 4.41 9.84 -
YUV 47.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 114 5 89 0 0.96 0.22 0.55 313.76 0.92 0.23
Hex 72 5 59 0 60 16 37 13A 5C 17
Octal 162 5 131 0 140 26 67 472 134 27
Binary 1110010 101 1011001 0 1100000 10110 110111 100111010 1011100 10111

Color Harmonies of #720559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720559

Black with #720559

Text Example


Text Example

White with #720559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720559; }

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

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

background-color css

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

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

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

border-color css

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

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

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