#72074E

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

Shades of Tyrian Purple #72074E

Tints of Tyrian Purple #72074E

Color information

#72074E (or 0x72074E) is unknown color: approx Tyrian Purple. HEX triplet: 72, 07 and 4E. RGB value is (114,7,78). Sum of RGB (Red+Green+Blue) = 114+7+78=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #72074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72074E is #8DF8B1. Grayscale: #2E2E2E. Windows color (decimal): -9304242 or 5113714. OLE color: 5113714.

HSL color Cylindrical-coordinate representation of color #72074E: hue angle of 320.19º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72074E is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB114778-
CMYK00.940.320.55
HSL320.19º88.43%23.73%-
HSV(B)320.19º93.86%44.71%-
XYZ8.394.287.59-
YUV47.09145.45175.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=57.29%
G=3.52%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11477800.940.320.55320.1988.4323.73
Hex7274E05E20371405818
Octal16271160136406750013030
Binary1110010111100111001011110100000110111101000000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72074E; }

 p { color: rgb(114,7,78); }

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

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

 a { background-color: rgb(114,7,78); }

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

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

 span { border-color: rgb(114,7,78); }

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