#730133

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

Shades of Tyrian Purple #730133

Tints of Tyrian Purple #730133

Color information

#730133 (or 0x730133) is unknown color: approx Tyrian Purple. HEX triplet: 73, 01 and 33. RGB value is (115,1,51). Sum of RGB (Red+Green+Blue) = 115+1+51=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #730133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730133 is #8CFECC. Grayscale: #282828. Windows color (decimal): -9240269 or 3342707. OLE color: 3342707.

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

Color convert

RGB115151-
CMYK00.990.560.55
HSL333.68º98.28%22.75%-
HSV(B)333.68º99.13%45.1%-
XYZ7.683.913.48-
YUV40.79133.77180.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.86%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=68.86%
G=0.60%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11515100.990.560.55333.6898.2822.75
Hex73133063383714e6217
Octal1631630143706751614227
Binary1110011111001101100011111000110111101001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730133; }

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

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

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

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

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

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

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

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