#730454

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

Shades of Tyrian Purple #730454

Tints of Tyrian Purple #730454

Color information

#730454 (or 0x730454) is unknown color: approx Tyrian Purple. HEX triplet: 73, 04 and 54. RGB value is (115,4,84). Sum of RGB (Red+Green+Blue) = 115+4+84=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #730454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730454 is #8CFBAB. Grayscale: #2E2E2E. Windows color (decimal): -9239468 or 5506163. OLE color: 5506163.

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

Color convert

RGB115484-
CMYK00.970.270.55
HSL316.76º93.28%23.33%-
HSV(B)316.76º96.52%45.1%-
XYZ8.714.378.77-
YUV46.31149.27177-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 4 (1.95% from 255) = 1.97%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=56.65%
G=1.97%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11548400.970.270.55316.7693.2823.33
Hex734540611B3713d5d17
Octal16341240141336747513527
Binary111001110010101000110000111011110111100111101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730454; }

 p { color: rgb(115,4,84); }

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

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

 a { background-color: rgb(115,4,84); }

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

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

 span { border-color: rgb(115,4,84); }

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