#720047

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

Shades of Tyrian Purple #720047

Tints of Tyrian Purple #720047

Color information

#720047 (or 0x720047) is unknown color: approx Tyrian Purple. HEX triplet: 72, 00 and 47. RGB value is (114,0,71). Sum of RGB (Red+Green+Blue) = 114+0+71=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #720047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720047 is #8DFFB8. Grayscale: #2A2A2A. Windows color (decimal): -9306041 or 4653170. OLE color: 4653170.

HSL color Cylindrical-coordinate representation of color #720047: hue angle of 322.63º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720047 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB114071-
CMYK010.380.55
HSL322.63º100%22.35%-
HSV(B)322.63º100%44.71%-
XYZ8.084.036.31-
YUV42.18144.27179.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 38.38%
R=61.62%
G=0%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114071010.380.55322.6310022.35
Hex7204706426371436416
Octal16201070144466750314426
Binary11100100100011101100100100110110111101000011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720047; }

 p { color: rgb(114,0,71); }

 H1.HeaderClassName
 {
   color: #720047;
 }
 .AnyTagClassName
 {
   color: #720047;
 }
</style>
background-color css

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

 a { background-color: rgb(114,0,71); }

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

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

 span { border-color: rgb(114,0,71); }

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