#720437

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

Shades of Tyrian Purple #720437

Tints of Tyrian Purple #720437

Color information

#720437 (or 0x720437) is unknown color: approx Tyrian Purple. HEX triplet: 72, 04 and 37. RGB value is (114,4,55). Sum of RGB (Red+Green+Blue) = 114+4+55=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #720437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720437 is #8DFBC8. Grayscale: #2A2A2A. Windows color (decimal): -9305033 or 3605618. OLE color: 3605618.

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

Color convert

RGB114455-
CMYK00.960.520.55
HSL332.18º93.22%23.14%-
HSV(B)332.18º96.49%44.71%-
XYZ7.673.943.97-
YUV42.7134.94178.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.90%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 55 (21.88% from 255) = 31.79%
R=65.90%
G=2.31%
B=31.79%

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
Decimal11445500.960.520.55332.1893.2223.14
Hex72437060343714c5d17
Octal1624670140646751413527
Binary111001010011011101100000110100110111101001100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720437; }

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

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

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

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

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

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

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

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