#72043F

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

Shades of Tyrian Purple #72043F

Tints of Tyrian Purple #72043F

Color information

#72043F (or 0x72043F) is unknown color: approx Tyrian Purple. HEX triplet: 72, 04 and 3F. RGB value is (114,4,63). Sum of RGB (Red+Green+Blue) = 114+4+63=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #72043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72043F is #8DFBC0. Grayscale: #2B2B2B. Windows color (decimal): -9305025 or 4129906. OLE color: 4129906.

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

Color convert

RGB114463-
CMYK00.960.450.55
HSL327.82º93.22%23.14%-
HSV(B)327.82º96.49%44.71%-
XYZ7.884.025.06-
YUV43.62138.94178.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.98%
GREEN value IS 4 (1.95% from 255) = 2.21%
BLUE value IS 63 (25% from 255) = 34.81%
R=62.98%
G=2.21%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11446300.960.450.55327.8293.2223.14
Hex7243F0602D371485d17
Octal1624770140556751013527
Binary111001010011111101100000101101110111101001000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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