#720748

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

Shades of Tyrian Purple #720748

Tints of Tyrian Purple #720748

Color information

#720748 (or 0x720748) is unknown color: approx Tyrian Purple. HEX triplet: 72, 07 and 48. RGB value is (114,7,72). Sum of RGB (Red+Green+Blue) = 114+7+72=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #720748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720748 is #8DF8B7. Grayscale: #2E2E2E. Windows color (decimal): -9304248 or 4720498. OLE color: 4720498.

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

Color convert

RGB114772-
CMYK00.940.370.55
HSL323.55º88.43%23.73%-
HSV(B)323.55º93.86%44.71%-
XYZ8.194.26.51-
YUV46.4142.45176.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.07%
GREEN value IS 7 (3.12% from 255) = 3.63%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=59.07%
G=3.63%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11477200.940.370.55323.5588.4323.73
Hex7274805E25371445818
Octal16271100136456750413030
Binary1110010111100100001011110100101110111101000100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720748; }

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

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

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

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

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

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

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

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