#720745

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

Shades of Tyrian Purple #720745

Tints of Tyrian Purple #720745

Color information

#720745 (or 0x720745) is unknown color: approx Tyrian Purple. HEX triplet: 72, 07 and 45. RGB value is (114,7,69). Sum of RGB (Red+Green+Blue) = 114+7+69=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #720745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720745 is #8DF8BA. Grayscale: #2D2D2D. Windows color (decimal): -9304251 or 4523890. OLE color: 4523890.

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

Color convert

RGB114769-
CMYK00.940.390.55
HSL325.23º88.43%23.73%-
HSV(B)325.23º93.86%44.71%-
XYZ8.094.166.01-
YUV46.06140.95176.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 7 (3.12% from 255) = 3.68%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=60%
G=3.68%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11476900.940.390.55325.2388.4323.73
Hex7274505E27371455818
Octal16271050136476750513030
Binary1110010111100010101011110100111110111101000101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720745; }

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

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

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

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

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

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

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

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