#72034D

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

Shades of Tyrian Purple #72034D

Tints of Tyrian Purple #72034D

Color information

#72034D (or 0x72034D) is unknown color: approx Tyrian Purple. HEX triplet: 72, 03 and 4D. RGB value is (114,3,77). Sum of RGB (Red+Green+Blue) = 114+3+77=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72034D is #8DFCB2. Grayscale: #2C2C2C. Windows color (decimal): -9305267 or 5047154. OLE color: 5047154.

HSL color Cylindrical-coordinate representation of color #72034D: hue angle of 320º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72034D is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB114377-
CMYK00.970.320.55
HSL320º94.87%22.94%-
HSV(B)320º97.37%44.71%-
XYZ8.314.187.39-
YUV44.62146.27177.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.76%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=58.76%
G=1.55%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11437700.970.320.5532094.8722.94
Hex7234D06120371405f17
Octal16231150141406750013727
Binary111001011100110101100001100000110111101000000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72034D; }

 p { color: rgb(114,3,77); }

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

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

 a { background-color: rgb(114,3,77); }

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

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

 span { border-color: rgb(114,3,77); }

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