#720647

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

Shades of Tyrian Purple #720647

Tints of Tyrian Purple #720647

Color information

#720647 (or 0x720647) is unknown color: approx Tyrian Purple. HEX triplet: 72, 06 and 47. RGB value is (114,6,71). Sum of RGB (Red+Green+Blue) = 114+6+71=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #720647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720647 is #8DF9B8. Grayscale: #2D2D2D. Windows color (decimal): -9304505 or 4654706. OLE color: 4654706.

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

Color convert

RGB114671-
CMYK00.950.380.55
HSL323.89º90%23.53%-
HSV(B)323.89º94.74%44.71%-
XYZ8.144.166.34-
YUV45.7142.28176.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.69%
GREEN value IS 6 (2.73% from 255) = 3.14%
BLUE value IS 71 (28.12% from 255) = 37.17%
R=59.69%
G=3.14%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11467100.950.380.55323.899023.53
Hex7264705F26371445a18
Octal16261070137466750413230
Binary1110010110100011101011111100110110111101000100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720647; }

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

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

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

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

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

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

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

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