Html Css Color HEX #720550 Tyrian Purple

📋 copy color: '#720550'

red 114 ◦ green 5 ◦ blue 80

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

Shades of Tyrian Purple #720550

Tints of Tyrian Purple #720550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 40.2%

R = 57.29%
G = 2.51%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#720550 (or 0x720550) is known color: Tyrian Purple. HEX triplet: 72, 05 and 50. RGB value is (114,5,80). Sum of RGB (Red+Green+Blue) = 114+5+80=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #720550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720550 is #8DFAAF. Grayscale: #2D2D2D. Windows color (decimal): -9304752 or 5244274. OLE color: 5244274.

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

Color convert

RGB 114 5 80 -
CMYK 0 0.96 0.30 0.55
HSL 318.72º 0.92% 0.23% -
HSV(B) 318.72º 0.96% 0.45% -
XYZ 8.44 4.27 7.97 -
YUV 46.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 114 5 80 0 0.96 0.30 0.55 318.72 0.92 0.23
Hex 72 5 50 0 60 1E 37 13F 5C 17
Octal 162 5 120 0 140 36 67 477 134 27
Binary 1110010 101 1010000 0 1100000 11110 110111 100111111 1011100 10111

Color Harmonies of #720550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720550

Black with #720550

Text Example


Text Example

White with #720550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720550; }

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

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

background-color css

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

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

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

border-color css

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

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

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