#730B50

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

Shades of Tyrian Purple #730B50

Tints of Tyrian Purple #730B50

Color information

#730B50 (or 0x730B50) is unknown color: approx Tyrian Purple. HEX triplet: 73, 0B and 50. RGB value is (115,11,80). Sum of RGB (Red+Green+Blue) = 115+11+80=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #730B50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B50 is #8CF4AF. Grayscale: #313131. Windows color (decimal): -9237680 or 5245811. OLE color: 5245811.

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

Color convert

RGB1151180-
CMYK00.900.300.55
HSL320.19º82.54%24.71%-
HSV(B)320.19º90.43%45.1%-
XYZ8.644.468-
YUV49.96144.96174.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.83%
GREEN value IS 11 (4.69% from 255) = 5.34%
BLUE value IS 80 (31.64% from 255) = 38.83%
R=55.83%
G=5.34%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115118000.900.300.55320.1982.5424.71
Hex73B5005A1E371405319
Octal163131200132366750012331
Binary1110011101110100000101101011110110111101000000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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