#720A4A

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

Shades of Tyrian Purple #720A4A

Tints of Tyrian Purple #720A4A

Color information

#720A4A (or 0x720A4A) is unknown color: approx Tyrian Purple. HEX triplet: 72, 0A and 4A. RGB value is (114,10,74). Sum of RGB (Red+Green+Blue) = 114+10+74=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #720A4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720A4A is #8DF5B5. Grayscale: #303030. Windows color (decimal): -9303478 or 4852338. OLE color: 4852338.

HSL color Cylindrical-coordinate representation of color #720A4A: hue angle of 323.08º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A4A is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1141074-
CMYK00.910.350.55
HSL323.08º83.87%24.31%-
HSV(B)323.08º91.23%44.71%-
XYZ8.284.296.87-
YUV48.39142.46174.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.58%
GREEN value IS 10 (4.30% from 255) = 5.05%
BLUE value IS 74 (29.30% from 255) = 37.37%
R=57.58%
G=5.05%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114107400.910.350.55323.0883.8724.31
Hex72A4A05B23371435418
Octal162121120133436750312430
Binary11100101010100101001011011100011110111101000011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720A4A; }

 p { color: rgb(114,10,74); }

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

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

 a { background-color: rgb(114,10,74); }

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

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

 span { border-color: rgb(114,10,74); }

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