#720735

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

Shades of Tyrian Purple #720735

Tints of Tyrian Purple #720735

Color information

#720735 (or 0x720735) is unknown color: approx Tyrian Purple. HEX triplet: 72, 07 and 35. RGB value is (114,7,53). Sum of RGB (Red+Green+Blue) = 114+7+53=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #720735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720735 is #8DF8CA. Grayscale: #2C2C2C. Windows color (decimal): -9304267 or 3475314. OLE color: 3475314.

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

Color convert

RGB114753-
CMYK00.940.540.55
HSL334.21º88.43%23.73%-
HSV(B)334.21º93.86%44.71%-
XYZ7.663.993.73-
YUV44.24132.95177.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.52%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 53 (21.09% from 255) = 30.46%
R=65.52%
G=4.02%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11475300.940.540.55334.2188.4323.73
Hex7273505E363714e5818
Octal1627650136666751613030
Binary111001011111010101011110110110110111101001110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720735; }

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

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

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

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

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

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

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

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