#730334

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

Shades of Tyrian Purple #730334

Tints of Tyrian Purple #730334

Color information

#730334 (or 0x730334) is unknown color: approx Tyrian Purple. HEX triplet: 73, 03 and 34. RGB value is (115,3,52). Sum of RGB (Red+Green+Blue) = 115+3+52=170 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.65% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 115 - color contains mainly: red. Hex color #730334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730334 is #8CFCCB. Grayscale: #292929. Windows color (decimal): -9239756 or 3408755. OLE color: 3408755.

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

Color convert

RGB115352-
CMYK00.970.550.55
HSL333.75º94.92%23.14%-
HSV(B)333.75º97.39%45.1%-
XYZ7.723.963.61-
YUV42.07133.61180.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 67.65%
GREEN value IS 3 (1.56% from 255) = 1.76%
BLUE value IS 52 (20.70% from 255) = 30.59%
R=67.65%
G=1.76%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11535200.970.550.55333.7594.9223.14
Hex73334061373714e5f17
Octal1633640141676751613727
Binary11100111111010001100001110111110111101001110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730334; }

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

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

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

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

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

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

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

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