Html Css Color HEX #720548 Tyrian Purple

📋 copy color: '#720548'

red 114 ◦ green 5 ◦ blue 72

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

Shades of Tyrian Purple #720548

Tints of Tyrian Purple #720548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.62%

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 59.69%
G = 2.62%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#720548 (or 0x720548) is known color: Tyrian Purple. HEX triplet: 72, 05 and 48. RGB value is (114,5,72). Sum of RGB (Red+Green+Blue) = 114+5+72=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #720548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720548 is #8DFAB7. Grayscale: #2D2D2D. Windows color (decimal): -9304760 or 4719986. OLE color: 4719986.

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

Color convert

RGB 114 5 72 -
CMYK 0 0.96 0.37 0.55
HSL 323.12º 0.92% 0.23% -
HSV(B) 323.12º 0.96% 0.45% -
XYZ 8.16 4.15 6.5 -
YUV 45.23 143.11 177.05 -
System Red Green Blue C M Y K H S L
Decimal 114 5 72 0 0.96 0.37 0.55 323.12 0.92 0.23
Hex 72 5 48 0 60 25 37 143 5C 17
Octal 162 5 110 0 140 45 67 503 134 27
Binary 1110010 101 1001000 0 1100000 100101 110111 101000011 1011100 10111

Color Harmonies of #720548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720548

Black with #720548

Text Example


Text Example

White with #720548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720548; }

 p { color: rgb(114,5,72); }

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

background-color css

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

 a { background-color: rgb(114,5,72); }

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

border-color css

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

 span { border-color: rgb(114,5,72); }

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