#730B52

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

Shades of Tyrian Purple #730B52

Tints of Tyrian Purple #730B52

Color information

#730B52 (or 0x730B52) is unknown color: approx Tyrian Purple. HEX triplet: 73, 0B and 52. RGB value is (115,11,82). Sum of RGB (Red+Green+Blue) = 115+11+82=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #730B52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B52 is #8CF4AD. Grayscale: #323232. Windows color (decimal): -9237678 or 5376883. OLE color: 5376883.

HSL color Cylindrical-coordinate representation of color #730B52: hue angle of 319.04º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B52 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1151182-
CMYK00.900.290.55
HSL319.04º82.54%24.71%-
HSV(B)319.04º90.43%45.1%-
XYZ8.714.498.39-
YUV50.19145.96174.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.29%
GREEN value IS 11 (4.69% from 255) = 5.29%
BLUE value IS 82 (32.42% from 255) = 39.42%
R=55.29%
G=5.29%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115118200.900.290.55319.0482.5424.71
Hex73B5205A1D3713f5319
Octal163131220132356747712331
Binary1110011101110100100101101011101110111100111111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730B52; }

 p { color: rgb(115,11,82); }

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

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

 a { background-color: rgb(115,11,82); }

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

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

 span { border-color: rgb(115,11,82); }

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