Html Css Color HEX #720059 Tyrian Purple

📋 copy color: '#720059'

red 114 ◦ green 0 ◦ blue 89

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

Shades of Tyrian Purple #720059

Tints of Tyrian Purple #720059

RGB

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

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

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

R = 56.16%
G = 0%
B = 43.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#720059 (or 0x720059) is known color: Tyrian Purple. HEX triplet: 72, 00 and 59. RGB value is (114,0,89). Sum of RGB (Red+Green+Blue) = 114+0+89=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #720059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720059 is #8DFFA6. Grayscale: #2B2B2B. Windows color (decimal): -9306023 or 5832818. OLE color: 5832818.

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

Color convert

RGB 114 0 89 -
CMYK 0 1 0.22 0.55
HSL 313.16º 1% 0.22% -
HSV(B) 313.16º 1% 0.45% -
XYZ 8.74 4.3 9.82 -
YUV 44.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 114 0 89 0 1 0.22 0.55 313.16 1 0.22
Hex 72 0 59 0 64 16 37 139 64 16
Octal 162 0 131 0 144 26 67 471 144 26
Binary 1110010 0 1011001 0 1100100 10110 110111 100111001 1100100 10110

Color Harmonies of #720059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720059

Black with #720059

Text Example


Text Example

White with #720059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720059; }

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

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

background-color css

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

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

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

border-color css

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

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

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