#72074B

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

Shades of Tyrian Purple #72074B

Tints of Tyrian Purple #72074B

Color information

#72074B (or 0x72074B) is unknown color: approx Tyrian Purple. HEX triplet: 72, 07 and 4B. RGB value is (114,7,75). Sum of RGB (Red+Green+Blue) = 114+7+75=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72074B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72074B is #8DF8B4. Grayscale: #2E2E2E. Windows color (decimal): -9304245 or 4917106. OLE color: 4917106.

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

Color convert

RGB114775-
CMYK00.940.340.55
HSL321.87º88.43%23.73%-
HSV(B)321.87º93.86%44.71%-
XYZ8.294.247.04-
YUV46.74143.95175.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 7 (3.12% from 255) = 3.57%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=58.16%
G=3.57%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11477500.940.340.55321.8788.4323.73
Hex7274B05E22371425818
Octal16271130136426750213030
Binary1110010111100101101011110100010110111101000010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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