#730132

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

Shades of Tyrian Purple #730132

Tints of Tyrian Purple #730132

Color information

#730132 (or 0x730132) is unknown color: approx Tyrian Purple. HEX triplet: 73, 01 and 32. RGB value is (115,1,50). Sum of RGB (Red+Green+Blue) = 115+1+50=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #730132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730132 is #8CFECD. Grayscale: #282828. Windows color (decimal): -9240270 or 3277171. OLE color: 3277171.

HSL color Cylindrical-coordinate representation of color #730132: hue angle of 334.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730132 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB115150-
CMYK00.990.570.55
HSL334.21º98.28%22.75%-
HSV(B)334.21º99.13%45.1%-
XYZ7.663.93.37-
YUV40.67133.27181.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 69.28%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 50 (19.92% from 255) = 30.12%
R=69.28%
G=0.60%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11515000.990.570.55334.2198.2822.75
Hex73132063393714e6217
Octal1631620143716751614227
Binary1110011111001001100011111001110111101001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730132; }

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

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

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

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

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

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

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

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