#720943

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

Shades of Tyrian Purple #720943

Tints of Tyrian Purple #720943

Color information

#720943 (or 0x720943) is unknown color: approx Tyrian Purple. HEX triplet: 72, 09 and 43. RGB value is (114,9,67). Sum of RGB (Red+Green+Blue) = 114+9+67=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #720943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720943 is #8DF6BC. Grayscale: #2E2E2E. Windows color (decimal): -9303741 or 4393330. OLE color: 4393330.

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

Color convert

RGB114967-
CMYK00.920.410.55
HSL326.86º85.37%24.12%-
HSV(B)326.86º92.11%44.71%-
XYZ8.054.185.69-
YUV47.01139.29175.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 67 (26.56% from 255) = 35.26%
R=60%
G=4.74%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11496700.920.410.55326.8685.3724.12
Hex7294305C29371475518
Octal162111030134516750712530
Binary11100101001100001101011100101001110111101000111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720943; }

 p { color: rgb(114,9,67); }

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

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

 a { background-color: rgb(114,9,67); }

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

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

 span { border-color: rgb(114,9,67); }

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