#720037

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

Shades of Tyrian Purple #720037

Tints of Tyrian Purple #720037

Color information

#720037 (or 0x720037) is unknown color: approx Tyrian Purple. HEX triplet: 72, 00 and 37. RGB value is (114,0,55). Sum of RGB (Red+Green+Blue) = 114+0+55=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #720037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720037 is #8DFFC8. Grayscale: #282828. Windows color (decimal): -9306057 or 3604594. OLE color: 3604594.

HSL color Cylindrical-coordinate representation of color #720037: hue angle of 331.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720037 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB114055-
CMYK010.520.55
HSL331.05º100%22.35%-
HSV(B)331.05º100%44.71%-
XYZ7.633.853.96-
YUV40.36136.27180.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 32.54%
R=67.46%
G=0%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114055010.520.55331.0510022.35
Hex72037064343714b6416
Octal1620670144646751314426
Binary1110010011011101100100110100110111101001011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720037; }

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

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

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

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

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

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

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

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