#720455

Color #720455 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #720455

Tints of Tyrian Purple #720455

Color information

#720455 (or 0x720455) is unknown color: approx 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

RGB114485-
CMYK00.960.250.55
HSL315.82º93.22%23.14%-
HSV(B)315.82º96.49%44.71%-
XYZ8.624.328.97-
YUV46.12149.94176.41-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11448500.960.250.55315.8293.2223.14
Hex72455060193713c5d17
Octal16241250140316747413527
Binary111001010010101010110000011001110111100111100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>