Html Css Color HEX #720558 Tyrian Purple

📋 copy color: '#720558'

red 114 ◦ green 5 ◦ blue 88

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

Shades of Tyrian Purple #720558

Tints of Tyrian Purple #720558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.51%

R = 55.07%
G = 2.42%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#720558 (or 0x720558) is known color: Tyrian Purple. HEX triplet: 72, 05 and 58. RGB value is (114,5,88). Sum of RGB (Red+Green+Blue) = 114+5+88=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #720558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720558 is #8DFAA7. Grayscale: #2E2E2E. Windows color (decimal): -9304744 or 5768562. OLE color: 5768562.

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

Color convert

RGB 114 5 88 -
CMYK 0 0.96 0.23 0.55
HSL 314.31º 0.92% 0.23% -
HSV(B) 314.31º 0.96% 0.45% -
XYZ 8.76 4.39 9.62 -
YUV 47.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 114 5 88 0 0.96 0.23 0.55 314.31 0.92 0.23
Hex 72 5 58 0 60 17 37 13A 5C 17
Octal 162 5 130 0 140 27 67 472 134 27
Binary 1110010 101 1011000 0 1100000 10111 110111 100111010 1011100 10111

Color Harmonies of #720558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720558

Black with #720558

Text Example


Text Example

White with #720558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720558; }

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

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

background-color css

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

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

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

border-color css

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

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

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