#730455

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

Shades of Tyrian Purple #730455

Tints of Tyrian Purple #730455

Color information

#730455 (or 0x730455) is unknown color: approx Tyrian Purple. HEX triplet: 73, 04 and 55. RGB value is (115,4,85). Sum of RGB (Red+Green+Blue) = 115+4+85=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #730455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730455 is #8CFBAA. Grayscale: #2E2E2E. Windows color (decimal): -9239467 or 5571699. OLE color: 5571699.

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

Color convert

RGB115485-
CMYK00.970.260.55
HSL316.22º93.28%23.33%-
HSV(B)316.22º96.52%45.1%-
XYZ8.754.398.98-
YUV46.42149.77176.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.37%
GREEN value IS 4 (1.95% from 255) = 1.96%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=56.37%
G=1.96%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11548500.970.260.55316.2293.2823.33
Hex734550611A3713c5d17
Octal16341250141326747413527
Binary111001110010101010110000111010110111100111100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730455; }

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

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

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

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

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

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

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

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