#720442

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

Shades of Tyrian Purple #720442

Tints of Tyrian Purple #720442

Color information

#720442 (or 0x720442) is unknown color: approx Tyrian Purple. HEX triplet: 72, 04 and 42. RGB value is (114,4,66). Sum of RGB (Red+Green+Blue) = 114+4+66=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #720442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720442 is #8DFBBD. Grayscale: #2B2B2B. Windows color (decimal): -9305022 or 4326514. OLE color: 4326514.

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

Color convert

RGB114466-
CMYK00.960.420.55
HSL326.18º93.22%23.14%-
HSV(B)326.18º96.49%44.71%-
XYZ7.974.065.52-
YUV43.96140.44177.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.96%
GREEN value IS 4 (1.95% from 255) = 2.17%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=61.96%
G=2.17%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11446600.960.420.55326.1893.2223.14
Hex724420602A371465d17
Octal16241020140526750613527
Binary1110010100100001001100000101010110111101000110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720442; }

 p { color: rgb(114,4,66); }

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

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

 a { background-color: rgb(114,4,66); }

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

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

 span { border-color: rgb(114,4,66); }

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