Html Css Color HEX #720449 Tyrian Purple

📋 copy color: '#720449'

red 114 ◦ green 4 ◦ blue 73

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

Shades of Tyrian Purple #720449

Tints of Tyrian Purple #720449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.09%

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

R = 59.69%
G = 2.09%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#720449 (or 0x720449) is known color: Tyrian Purple. HEX triplet: 72, 04 and 49. RGB value is (114,4,73). Sum of RGB (Red+Green+Blue) = 114+4+73=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #720449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720449 is #8DFBB6. Grayscale: #2C2C2C. Windows color (decimal): -9305015 or 4785266. OLE color: 4785266.

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

Color convert

RGB 114 4 73 -
CMYK 0 0.96 0.36 0.55
HSL 322.36º 0.93% 0.23% -
HSV(B) 322.36º 0.96% 0.45% -
XYZ 8.19 4.15 6.67 -
YUV 44.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 114 4 73 0 0.96 0.36 0.55 322.36 0.93 0.23
Hex 72 4 49 0 60 24 37 142 5D 17
Octal 162 4 111 0 140 44 67 502 135 27
Binary 1110010 100 1001001 0 1100000 100100 110111 101000010 1011101 10111

Color Harmonies of #720449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720449

Black with #720449

Text Example


Text Example

White with #720449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720449; }

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

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

background-color css

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

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

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

border-color css

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

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

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