#720940

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

Shades of Tyrian Purple #720940

Tints of Tyrian Purple #720940

Color information

#720940 (or 0x720940) is unknown color: approx Tyrian Purple. HEX triplet: 72, 09 and 40. RGB value is (114,9,64). Sum of RGB (Red+Green+Blue) = 114+9+64=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #720940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720940 is #8DF6BF. Grayscale: #2E2E2E. Windows color (decimal): -9303744 or 4196722. OLE color: 4196722.

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

Color convert

RGB114964-
CMYK00.920.440.55
HSL328.57º85.37%24.12%-
HSV(B)328.57º92.11%44.71%-
XYZ7.964.145.23-
YUV46.66137.79176.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.96%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=60.96%
G=4.81%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11496400.920.440.55328.5785.3724.12
Hex7294005C2C371495518
Octal162111000134546751112530
Binary11100101001100000001011100101100110111101001001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720940; }

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

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

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

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

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

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

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

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