Html Css Color HEX #720259 Tyrian Purple

📋 copy color: '#720259'

red 114 ◦ green 2 ◦ blue 89

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

Shades of Tyrian Purple #720259

Tints of Tyrian Purple #720259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 55.61%
G = 0.98%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#720259 (or 0x720259) is known color: Tyrian Purple. HEX triplet: 72, 02 and 59. RGB value is (114,2,89). Sum of RGB (Red+Green+Blue) = 114+2+89=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #720259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720259 is #8DFDA6. Grayscale: #2D2D2D. Windows color (decimal): -9305511 or 5833330. OLE color: 5833330.

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

Color convert

RGB 114 2 89 -
CMYK 0 0.98 0.22 0.55
HSL 313.39º 0.97% 0.23% -
HSV(B) 313.39º 0.98% 0.45% -
XYZ 8.76 4.34 9.83 -
YUV 45.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 114 2 89 0 0.98 0.22 0.55 313.39 0.97 0.23
Hex 72 2 59 0 62 16 37 139 61 17
Octal 162 2 131 0 142 26 67 471 141 27
Binary 1110010 10 1011001 0 1100010 10110 110111 100111001 1100001 10111

Color Harmonies of #720259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720259

Black with #720259

Text Example


Text Example

White with #720259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720259; }

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

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

background-color css

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

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

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

border-color css

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

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

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