#730342

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

Shades of Tyrian Purple #730342

Tints of Tyrian Purple #730342

Color information

#730342 (or 0x730342) is unknown color: approx Tyrian Purple. HEX triplet: 73, 03 and 42. RGB value is (115,3,66). Sum of RGB (Red+Green+Blue) = 115+3+66=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #730342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730342 is #8CFCBD. Grayscale: #2B2B2B. Windows color (decimal): -9239742 or 4326259. OLE color: 4326259.

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

Color convert

RGB115366-
CMYK00.970.430.55
HSL326.25º94.92%23.14%-
HSV(B)326.25º97.39%45.1%-
XYZ8.094.15.52-
YUV43.67140.61178.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.5%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=62.5%
G=1.63%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11536600.970.430.55326.2594.9223.14
Hex733420612B371465f17
Octal16331020141536750613727
Binary111001111100001001100001101011110111101000110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730342; }

 p { color: rgb(115,3,66); }

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

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

 a { background-color: rgb(115,3,66); }

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

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

 span { border-color: rgb(115,3,66); }

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