Html Css Color HEX #720149 Tyrian Purple

📋 copy color: '#720149'

red 114 ◦ green 1 ◦ blue 73

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

Shades of Tyrian Purple #720149

Tints of Tyrian Purple #720149

RGB

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

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

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

R = 60.64%
G = 0.53%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#720149 (or 0x720149) is known color: Tyrian Purple. HEX triplet: 72, 01 and 49. RGB value is (114,1,73). Sum of RGB (Red+Green+Blue) = 114+1+73=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #720149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720149 is #8DFEB6. Grayscale: #2A2A2A. Windows color (decimal): -9305783 or 4784498. OLE color: 4784498.

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

Color convert

RGB 114 1 73 -
CMYK 0 0.99 0.36 0.55
HSL 321.77º 0.98% 0.23% -
HSV(B) 321.77º 0.99% 0.45% -
XYZ 8.15 4.08 6.66 -
YUV 43 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 114 1 73 0 0.99 0.36 0.55 321.77 0.98 0.23
Hex 72 1 49 0 63 24 37 142 62 17
Octal 162 1 111 0 143 44 67 502 142 27
Binary 1110010 1 1001001 0 1100011 100100 110111 101000010 1100010 10111

Color Harmonies of #720149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720149

Black with #720149

Text Example


Text Example

White with #720149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720149; }

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

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

background-color css

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

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

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

border-color css

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

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

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