Html Css Color HEX #720159 Tyrian Purple

📋 copy color: '#720159'

red 114 ◦ green 1 ◦ blue 89

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

Shades of Tyrian Purple #720159

Tints of Tyrian Purple #720159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 55.88%
G = 0.49%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#720159 (or 0x720159) is known color: Tyrian Purple. HEX triplet: 72, 01 and 59. RGB value is (114,1,89). Sum of RGB (Red+Green+Blue) = 114+1+89=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #720159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720159 is #8DFEA6. Grayscale: #2C2C2C. Windows color (decimal): -9305767 or 5833074. OLE color: 5833074.

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

Color convert

RGB 114 1 89 -
CMYK 0 0.99 0.22 0.55
HSL 313.27º 0.98% 0.23% -
HSV(B) 313.27º 0.99% 0.45% -
XYZ 8.75 4.32 9.82 -
YUV 44.82 152.94 177.34 -
System Red Green Blue C M Y K H S L
Decimal 114 1 89 0 0.99 0.22 0.55 313.27 0.98 0.23
Hex 72 1 59 0 63 16 37 139 62 17
Octal 162 1 131 0 143 26 67 471 142 27
Binary 1110010 1 1011001 0 1100011 10110 110111 100111001 1100010 10111

Color Harmonies of #720159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720159

Black with #720159

Text Example


Text Example

White with #720159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720159; }

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

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

background-color css

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

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

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

border-color css

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

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

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