#720946

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

Shades of Tyrian Purple #720946

Tints of Tyrian Purple #720946

Color information

#720946 (or 0x720946) is unknown color: approx Tyrian Purple. HEX triplet: 72, 09 and 46. RGB value is (114,9,70). Sum of RGB (Red+Green+Blue) = 114+9+70=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #720946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720946 is #8DF6B9. Grayscale: #2F2F2F. Windows color (decimal): -9303738 or 4589938. OLE color: 4589938.

HSL color Cylindrical-coordinate representation of color #720946: hue angle of 325.14º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #720946 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB114970-
CMYK00.920.390.55
HSL325.14º85.37%24.12%-
HSV(B)325.14º92.11%44.71%-
XYZ8.144.216.18-
YUV47.35140.79175.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.07%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 70 (27.73% from 255) = 36.27%
R=59.07%
G=4.66%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11497000.920.390.55325.1485.3724.12
Hex7294605C27371455518
Octal162111060134476750512530
Binary11100101001100011001011100100111110111101000101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720946; }

 p { color: rgb(114,9,70); }

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

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

 a { background-color: rgb(114,9,70); }

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

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

 span { border-color: rgb(114,9,70); }

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