#730345

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

Shades of Tyrian Purple #730345

Tints of Tyrian Purple #730345

Color information

#730345 (or 0x730345) is unknown color: approx Tyrian Purple. HEX triplet: 73, 03 and 45. RGB value is (115,3,69). Sum of RGB (Red+Green+Blue) = 115+3+69=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #730345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730345 is #8CFCBA. Grayscale: #2B2B2B. Windows color (decimal): -9239739 or 4522867. OLE color: 4522867.

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

Color convert

RGB115369-
CMYK00.970.40.55
HSL324.64º94.92%23.14%-
HSV(B)324.64º97.39%45.1%-
XYZ8.184.146-
YUV44.01142.11178.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.50%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 69 (27.34% from 255) = 36.90%
R=61.50%
G=1.60%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11536900.970.40.55324.6494.9223.14
Hex7334506128371455f17
Octal16331050141506750513727
Binary111001111100010101100001101000110111101000101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730345; }

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

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

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

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

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

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

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

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