#72074F

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

Shades of Tyrian Purple #72074F

Tints of Tyrian Purple #72074F

Color information

#72074F (or 0x72074F) is unknown color: approx Tyrian Purple. HEX triplet: 72, 07 and 4F. RGB value is (114,7,79). Sum of RGB (Red+Green+Blue) = 114+7+79=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #72074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72074F is #8DF8B0. Grayscale: #2F2F2F. Windows color (decimal): -9304241 or 5179250. OLE color: 5179250.

HSL color Cylindrical-coordinate representation of color #72074F: hue angle of 319.63º 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 #72074F is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB114779-
CMYK00.940.310.55
HSL319.63º88.43%23.73%-
HSV(B)319.63º93.86%44.71%-
XYZ8.434.297.78-
YUV47.2145.95175.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 7 (3.12% from 255) = 3.5%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=57%
G=3.5%
B=39.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11477900.940.310.55319.6388.4323.73
Hex7274F05E1F371405818
Octal16271170136376750013030
Binary111001011110011110101111011111110111101000000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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