#730B4B

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

Shades of Tyrian Purple #730B4B

Tints of Tyrian Purple #730B4B

Color information

#730B4B (or 0x730B4B) is unknown color: approx Tyrian Purple. HEX triplet: 73, 0B and 4B. RGB value is (115,11,75). Sum of RGB (Red+Green+Blue) = 115+11+75=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #730B4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B4B is #8CF4B4. Grayscale: #313131. Windows color (decimal): -9237685 or 4918131. OLE color: 4918131.

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

Color convert

RGB1151175-
CMYK00.900.350.55
HSL323.08º82.54%24.71%-
HSV(B)323.08º90.43%45.1%-
XYZ8.464.397.06-
YUV49.39142.46174.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 11 (4.69% from 255) = 5.47%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=57.21%
G=5.47%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115117500.900.350.55323.0882.5424.71
Hex73B4B05A23371435319
Octal163131130132436750312331
Binary11100111011100101101011010100011110111101000011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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