Html Css Color HEX #720455 Tyrian Purple

📋 copy color: '#720455'

red 114 ◦ green 4 ◦ blue 85

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

Shades of Tyrian Purple #720455

Tints of Tyrian Purple #720455

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.97%

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

R = 56.16%
G = 1.97%
B = 41.87%

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

#720455 (or 0x720455) is known color: Tyrian Purple. HEX triplet: 72, 04 and 55. RGB value is (114,4,85). Sum of RGB (Red+Green+Blue) = 114+4+85=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #720455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720455 is #8DFBAA. Grayscale: #2D2D2D. Windows color (decimal): -9305003 or 5571698. OLE color: 5571698.

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

Color convert

RGB 114 4 85 -
CMYK 0 0.96 0.25 0.55
HSL 315.82º 0.93% 0.23% -
HSV(B) 315.82º 0.96% 0.45% -
XYZ 8.62 4.32 8.97 -
YUV 46.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 114 4 85 0 0.96 0.25 0.55 315.82 0.93 0.23
Hex 72 4 55 0 60 19 37 13C 5D 17
Octal 162 4 125 0 140 31 67 474 135 27
Binary 1110010 100 1010101 0 1100000 11001 110111 100111100 1011101 10111

Color Harmonies of #720455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720455

Black with #720455

Text Example


Text Example

White with #720455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720455; }

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

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

background-color css

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

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

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

border-color css

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

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

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