#720540

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

Shades of Tyrian Purple #720540

Tints of Tyrian Purple #720540

Color information

#720540 (or 0x720540) is unknown color: approx Tyrian Purple. HEX triplet: 72, 05 and 40. RGB value is (114,5,64). Sum of RGB (Red+Green+Blue) = 114+5+64=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #720540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720540 is #8DFABF. Grayscale: #2C2C2C. Windows color (decimal): -9304768 or 4195698. OLE color: 4195698.

HSL color Cylindrical-coordinate representation of color #720540: hue angle of 327.52º degrees, saturation: 0.92, 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 #720540 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB114564-
CMYK00.960.440.55
HSL327.52º91.6%23.33%-
HSV(B)327.52º95.61%44.71%-
XYZ7.924.065.22-
YUV44.32139.11177.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.30%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=62.30%
G=2.73%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11456400.960.440.55327.5291.623.33
Hex725400602C371485c17
Octal16251000140546751013427
Binary1110010101100000001100000101100110111101001000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720540; }

 p { color: rgb(114,5,64); }

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

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

 a { background-color: rgb(114,5,64); }

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

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

 span { border-color: rgb(114,5,64); }

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