#730434

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

Shades of Tyrian Purple #730434

Tints of Tyrian Purple #730434

Color information

#730434 (or 0x730434) is unknown color: approx Tyrian Purple. HEX triplet: 73, 04 and 34. RGB value is (115,4,52). Sum of RGB (Red+Green+Blue) = 115+4+52=171 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.25% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 115 - color contains mainly: red. Hex color #730434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730434 is #8CFBCB. Grayscale: #2A2A2A. Windows color (decimal): -9239500 or 3409011. OLE color: 3409011.

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

Color convert

RGB115452-
CMYK00.970.550.55
HSL334.05º93.28%23.33%-
HSV(B)334.05º96.52%45.1%-
XYZ7.733.983.61-
YUV42.66133.27179.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 67.25%
GREEN value IS 4 (1.95% from 255) = 2.34%
BLUE value IS 52 (20.70% from 255) = 30.41%
R=67.25%
G=2.34%
B=30.41%

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
Decimal11545200.970.550.55334.0593.2823.33
Hex73434061373714e5d17
Octal1634640141676751613527
Binary111001110011010001100001110111110111101001110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730434; }

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

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

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

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

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

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

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

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