Html Css Color HEX #720551 Tyrian Purple

📋 copy color: '#720551'

red 114 ◦ green 5 ◦ blue 81

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

Shades of Tyrian Purple #720551

Tints of Tyrian Purple #720551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.5%

R = 57%
G = 2.5%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#720551 (or 0x720551) is known color: Tyrian Purple. HEX triplet: 72, 05 and 51. RGB value is (114,5,81). Sum of RGB (Red+Green+Blue) = 114+5+81=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #720551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720551 is #8DFAAE. Grayscale: #2E2E2E. Windows color (decimal): -9304751 or 5309810. OLE color: 5309810.

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

Color convert

RGB 114 5 81 -
CMYK 0 0.96 0.29 0.55
HSL 318.17º 0.92% 0.23% -
HSV(B) 318.17º 0.96% 0.45% -
XYZ 8.48 4.28 8.16 -
YUV 46.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 114 5 81 0 0.96 0.29 0.55 318.17 0.92 0.23
Hex 72 5 51 0 60 1D 37 13E 5C 17
Octal 162 5 121 0 140 35 67 476 134 27
Binary 1110010 101 1010001 0 1100000 11101 110111 100111110 1011100 10111

Color Harmonies of #720551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720551

Black with #720551

Text Example


Text Example

White with #720551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720551; }

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

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

background-color css

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

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

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

border-color css

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

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

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