#720452

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

Shades of Tyrian Purple #720452

Tints of Tyrian Purple #720452

Color information

#720452 (or 0x720452) is unknown color: approx Tyrian Purple. HEX triplet: 72, 04 and 52. RGB value is (114,4,82). Sum of RGB (Red+Green+Blue) = 114+4+82=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #720452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720452 is #8DFBAD. Grayscale: #2D2D2D. Windows color (decimal): -9305006 or 5375090. OLE color: 5375090.

HSL color Cylindrical-coordinate representation of color #720452: hue angle of 317.45º degrees, saturation: 0.93, 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 #720452 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB114482-
CMYK00.960.280.55
HSL317.45º93.22%23.14%-
HSV(B)317.45º96.49%44.71%-
XYZ8.514.278.36-
YUV45.78148.44176.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 4 (1.95% from 255) = 2%
BLUE value IS 82 (32.42% from 255) = 41%
R=57%
G=2%
B=41%

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
Decimal11448200.960.280.55317.4593.2223.14
Hex724520601C3713d5d17
Octal16241220140346747513527
Binary111001010010100100110000011100110111100111101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720452; }

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

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

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

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

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

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

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

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