Html Css Color HEX #720555 Tyrian Purple

📋 copy color: '#720555'

red 114 ◦ green 5 ◦ blue 85

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

Shades of Tyrian Purple #720555

Tints of Tyrian Purple #720555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.67%

R = 55.88%
G = 2.45%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#720555 (or 0x720555) is known color: Tyrian Purple. HEX triplet: 72, 05 and 55. RGB value is (114,5,85). Sum of RGB (Red+Green+Blue) = 114+5+85=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #720555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720555 is #8DFAAA. Grayscale: #2E2E2E. Windows color (decimal): -9304747 or 5571954. OLE color: 5571954.

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

Color convert

RGB 114 5 85 -
CMYK 0 0.96 0.25 0.55
HSL 315.96º 0.92% 0.23% -
HSV(B) 315.96º 0.96% 0.45% -
XYZ 8.63 4.34 8.98 -
YUV 46.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 114 5 85 0 0.96 0.25 0.55 315.96 0.92 0.23
Hex 72 5 55 0 60 19 37 13C 5C 17
Octal 162 5 125 0 140 31 67 474 134 27
Binary 1110010 101 1010101 0 1100000 11001 110111 100111100 1011100 10111

Color Harmonies of #720555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720555

Black with #720555

Text Example


Text Example

White with #720555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720555; }

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

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

background-color css

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

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

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

border-color css

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

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

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