#720247

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

Shades of Tyrian Purple #720247

Tints of Tyrian Purple #720247

Color information

#720247 (or 0x720247) is unknown color: approx Tyrian Purple. HEX triplet: 72, 02 and 47. RGB value is (114,2,71). Sum of RGB (Red+Green+Blue) = 114+2+71=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #720247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720247 is #8DFDB8. Grayscale: #2B2B2B. Windows color (decimal): -9305529 or 4653682. OLE color: 4653682.

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

Color convert

RGB114271-
CMYK00.980.380.55
HSL323.04º96.55%22.75%-
HSV(B)323.04º98.25%44.71%-
XYZ8.14.086.32-
YUV43.35143.61178.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.96%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=60.96%
G=1.07%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11427100.980.380.55323.0496.5522.75
Hex7224706226371436117
Octal16221070142466750314127
Binary111001010100011101100010100110110111101000011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720247; }

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

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

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

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

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

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

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

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