#720A4D

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

Shades of Tyrian Purple #720A4D

Tints of Tyrian Purple #720A4D

Color information

#720A4D (or 0x720A4D) is unknown color: approx Tyrian Purple. HEX triplet: 72, 0A and 4D. RGB value is (114,10,77). Sum of RGB (Red+Green+Blue) = 114+10+77=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #720A4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A4D is #8DF5B2. Grayscale: #303030. Windows color (decimal): -9303475 or 5048946. OLE color: 5048946.

HSL color Cylindrical-coordinate representation of color #720A4D: hue angle of 321.35º 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 #720A4D is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1141077-
CMYK00.910.320.55
HSL321.35º83.87%24.31%-
HSV(B)321.35º91.23%44.71%-
XYZ8.394.337.41-
YUV48.73143.96174.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=56.72%
G=4.98%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114107700.910.320.55321.3583.8724.31
Hex72A4D05B20371415418
Octal162121150133406750112430
Binary11100101010100110101011011100000110111101000001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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