#720245

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

Shades of Tyrian Purple #720245

Tints of Tyrian Purple #720245

Color information

#720245 (or 0x720245) is unknown color: approx Tyrian Purple. HEX triplet: 72, 02 and 45. RGB value is (114,2,69). Sum of RGB (Red+Green+Blue) = 114+2+69=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #720245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720245 is #8DFDBA. Grayscale: #2A2A2A. Windows color (decimal): -9305531 or 4522610. OLE color: 4522610.

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

Color convert

RGB114269-
CMYK00.980.390.55
HSL324.11º96.55%22.75%-
HSV(B)324.11º98.25%44.71%-
XYZ8.044.055.99-
YUV43.13142.61178.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.62%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 69 (27.34% from 255) = 37.30%
R=61.62%
G=1.08%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11426900.980.390.55324.1196.5522.75
Hex7224506227371446117
Octal16221050142476750414127
Binary111001010100010101100010100111110111101000100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720245; }

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

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

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

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

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

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

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

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