#730143

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

Shades of Tyrian Purple #730143

Tints of Tyrian Purple #730143

Color information

#730143 (or 0x730143) is unknown color: approx Tyrian Purple. HEX triplet: 73, 01 and 43. RGB value is (115,1,67). Sum of RGB (Red+Green+Blue) = 115+1+67=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #730143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730143 is #8CFEBC. Grayscale: #2A2A2A. Windows color (decimal): -9240253 or 4391283. OLE color: 4391283.

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

Color convert

RGB115167-
CMYK00.990.420.55
HSL325.26º98.28%22.75%-
HSV(B)325.26º99.13%45.1%-
XYZ8.094.075.67-
YUV42.61141.77179.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.84%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=62.84%
G=0.55%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11516700.990.420.55325.2698.2822.75
Hex731430632A371456217
Octal16311030143526750514227
Binary11100111100001101100011101010110111101000101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730143; }

 p { color: rgb(115,1,67); }

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

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

 a { background-color: rgb(115,1,67); }

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

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

 span { border-color: rgb(115,1,67); }

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