#730432

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

Shades of Tyrian Purple #730432

Tints of Tyrian Purple #730432

Color information

#730432 (or 0x730432) is unknown color: approx Tyrian Purple. HEX triplet: 73, 04 and 32. RGB value is (115,4,50). Sum of RGB (Red+Green+Blue) = 115+4+50=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #730432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730432 is #8CFBCD. Grayscale: #2A2A2A. Windows color (decimal): -9239502 or 3277939. OLE color: 3277939.

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

Color convert

RGB115450-
CMYK00.970.570.55
HSL335.14º93.28%23.33%-
HSV(B)335.14º96.52%45.1%-
XYZ7.693.963.38-
YUV42.43132.27179.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.05%
GREEN value IS 4 (1.95% from 255) = 2.37%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=68.05%
G=2.37%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11545000.970.570.55335.1493.2823.33
Hex73432061393714f5d17
Octal1634620141716751713527
Binary111001110011001001100001111001110111101001111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730432; }

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

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

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

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

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

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

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

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