#72004F

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

Shades of Tyrian Purple #72004F

Tints of Tyrian Purple #72004F

Color information

#72004F (or 0x72004F) is unknown color: approx Tyrian Purple. HEX triplet: 72, 00 and 4F. RGB value is (114,0,79). Sum of RGB (Red+Green+Blue) = 114+0+79=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72004F is #8DFFB0. Grayscale: #2A2A2A. Windows color (decimal): -9306033 or 5177458. OLE color: 5177458.

HSL color Cylindrical-coordinate representation of color #72004F: hue angle of 318.42º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72004F is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB114079-
CMYK010.310.55
HSL318.42º100%22.35%-
HSV(B)318.42º100%44.71%-
XYZ8.354.147.76-
YUV43.09148.27178.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 40.93%
R=59.07%
G=0%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114079010.310.55318.4210022.35
Hex7204F0641F3713e6416
Octal16201170144376747614426
Binary1110010010011110110010011111110111100111110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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