#720539

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

Shades of Tyrian Purple #720539

Tints of Tyrian Purple #720539

Color information

#720539 (or 0x720539) is unknown color: approx Tyrian Purple. HEX triplet: 72, 05 and 39. RGB value is (114,5,57). Sum of RGB (Red+Green+Blue) = 114+5+57=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #720539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720539 is #8DFAC6. Grayscale: #2B2B2B. Windows color (decimal): -9304775 or 3736946. OLE color: 3736946.

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

Color convert

RGB114557-
CMYK00.960.500.55
HSL331.38º91.6%23.33%-
HSV(B)331.38º95.61%44.71%-
XYZ7.733.984.23-
YUV43.52135.61178.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.77%
GREEN value IS 5 (2.34% from 255) = 2.84%
BLUE value IS 57 (22.66% from 255) = 32.39%
R=64.77%
G=2.84%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11455700.960.500.55331.3891.623.33
Hex72539060323714b5c17
Octal1625710140626751313427
Binary111001010111100101100000110010110111101001011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720539; }

 p { color: rgb(114,5,57); }

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

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

 a { background-color: rgb(114,5,57); }

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

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

 span { border-color: rgb(114,5,57); }

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