#720733

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

Shades of Tyrian Purple #720733

Tints of Tyrian Purple #720733

Color information

#720733 (or 0x720733) is unknown color: approx Tyrian Purple. HEX triplet: 72, 07 and 33. RGB value is (114,7,51). Sum of RGB (Red+Green+Blue) = 114+7+51=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #720733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720733 is #8DF8CC. Grayscale: #2B2B2B. Windows color (decimal): -9304269 or 3344242. OLE color: 3344242.

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

Color convert

RGB114751-
CMYK00.940.550.55
HSL335.33º88.43%23.73%-
HSV(B)335.33º93.86%44.71%-
XYZ7.613.973.5-
YUV44.01131.95177.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.28%
GREEN value IS 7 (3.12% from 255) = 4.07%
BLUE value IS 51 (20.31% from 255) = 29.65%
R=66.28%
G=4.07%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11475100.940.550.55335.3388.4323.73
Hex7273305E373714f5818
Octal1627630136676751713030
Binary111001011111001101011110110111110111101001111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720733; }

 p { color: rgb(114,7,51); }

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

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

 a { background-color: rgb(114,7,51); }

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

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

 span { border-color: rgb(114,7,51); }

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