#720536

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

Shades of Tyrian Purple #720536

Tints of Tyrian Purple #720536

Color information

#720536 (or 0x720536) is unknown color: approx Tyrian Purple. HEX triplet: 72, 05 and 36. RGB value is (114,5,54). Sum of RGB (Red+Green+Blue) = 114+5+54=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #720536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720536 is #8DFAC9. Grayscale: #2B2B2B. Windows color (decimal): -9304778 or 3540338. OLE color: 3540338.

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

Color convert

RGB114554-
CMYK00.960.530.55
HSL333.03º91.6%23.33%-
HSV(B)333.03º95.61%44.71%-
XYZ7.663.953.85-
YUV43.18134.11178.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.90%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 54 (21.48% from 255) = 31.21%
R=65.90%
G=2.89%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11455400.960.530.55333.0391.623.33
Hex72536060353714d5c17
Octal1625660140656751513427
Binary111001010111011001100000110101110111101001101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720536; }

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

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

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

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

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

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

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

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