#720552

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

Shades of Tyrian Purple #720552

Tints of Tyrian Purple #720552

Color information

#720552 (or 0x720552) is unknown color: approx Tyrian Purple. HEX triplet: 72, 05 and 52. RGB value is (114,5,82). Sum of RGB (Red+Green+Blue) = 114+5+82=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #720552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720552 is #8DFAAD. Grayscale: #2E2E2E. Windows color (decimal): -9304750 or 5375346. OLE color: 5375346.

HSL color Cylindrical-coordinate representation of color #720552: hue angle of 317.61º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720552 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB114582-
CMYK00.960.280.55
HSL317.61º91.6%23.33%-
HSV(B)317.61º95.61%44.71%-
XYZ8.524.38.36-
YUV46.37148.11176.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=56.72%
G=2.49%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11458200.960.280.55317.6191.623.33
Hex725520601C3713e5c17
Octal16251220140346747613427
Binary111001010110100100110000011100110111100111110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720552; }

 p { color: rgb(114,5,82); }

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

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

 a { background-color: rgb(114,5,82); }

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

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

 span { border-color: rgb(114,5,82); }

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