#720537

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

Shades of Tyrian Purple #720537

Tints of Tyrian Purple #720537

Color information

#720537 (or 0x720537) is unknown color: approx Tyrian Purple. HEX triplet: 72, 05 and 37. RGB value is (114,5,55). Sum of RGB (Red+Green+Blue) = 114+5+55=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #720537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720537 is #8DFAC8. Grayscale: #2B2B2B. Windows color (decimal): -9304777 or 3605874. OLE color: 3605874.

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

Color convert

RGB114555-
CMYK00.960.520.55
HSL332.48º91.6%23.33%-
HSV(B)332.48º95.61%44.71%-
XYZ7.683.963.97-
YUV43.29134.61178.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.52%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 55 (21.88% from 255) = 31.61%
R=65.52%
G=2.87%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11455500.960.520.55332.4891.623.33
Hex72537060343714c5c17
Octal1625670140646751413427
Binary111001010111011101100000110100110111101001100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720537; }

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

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

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

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

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

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

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

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