Html Css Color HEX #720249 Tyrian Purple

📋 copy color: '#720249'

red 114 ◦ green 2 ◦ blue 73

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

Shades of Tyrian Purple #720249

Tints of Tyrian Purple #720249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 38.62%

R = 60.32%
G = 1.06%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#720249 (or 0x720249) is known color: Tyrian Purple. HEX triplet: 72, 02 and 49. RGB value is (114,2,73). Sum of RGB (Red+Green+Blue) = 114+2+73=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #720249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720249 is #8DFDB6. Grayscale: #2B2B2B. Windows color (decimal): -9305527 or 4784754. OLE color: 4784754.

HSL color Cylindrical-coordinate representation of color #720249: hue angle of 321.96º 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 #720249 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 2 73 -
CMYK 0 0.98 0.36 0.55
HSL 321.96º 0.97% 0.23% -
HSV(B) 321.96º 0.98% 0.45% -
XYZ 8.16 4.1 6.66 -
YUV 43.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 114 2 73 0 0.98 0.36 0.55 321.96 0.97 0.23
Hex 72 2 49 0 62 24 37 142 61 17
Octal 162 2 111 0 142 44 67 502 141 27
Binary 1110010 10 1001001 0 1100010 100100 110111 101000010 1100001 10111

Color Harmonies of #720249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720249

Black with #720249

Text Example


Text Example

White with #720249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720249; }

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

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

background-color css

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

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

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

border-color css

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

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

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