#720738

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

Shades of Tyrian Purple #720738

Tints of Tyrian Purple #720738

Color information

#720738 (or 0x720738) is unknown color: approx Tyrian Purple. HEX triplet: 72, 07 and 38. RGB value is (114,7,56). Sum of RGB (Red+Green+Blue) = 114+7+56=177 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.41% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 114 - color contains mainly: red. Hex color #720738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720738 is #8DF8C7. Grayscale: #2C2C2C. Windows color (decimal): -9304264 or 3671922. OLE color: 3671922.

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

Color convert

RGB114756-
CMYK00.940.510.55
HSL332.52º88.43%23.73%-
HSV(B)332.52º93.86%44.71%-
XYZ7.734.014.11-
YUV44.58134.45177.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.41%
GREEN value IS 7 (3.12% from 255) = 3.95%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=64.41%
G=3.95%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11475600.940.510.55332.5288.4323.73
Hex7273805E333714d5818
Octal1627700136636751513030
Binary111001011111100001011110110011110111101001101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720738; }

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

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

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

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

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

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

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

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