#730B56

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

Shades of Tyrian Purple #730B56

Tints of Tyrian Purple #730B56

Color information

#730B56 (or 0x730B56) is unknown color: approx Tyrian Purple. HEX triplet: 73, 0B and 56. RGB value is (115,11,86). Sum of RGB (Red+Green+Blue) = 115+11+86=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #730B56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B56 is #8CF4A9. Grayscale: #323232. Windows color (decimal): -9237674 or 5639027. OLE color: 5639027.

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

Color convert

RGB1151186-
CMYK00.900.250.55
HSL316.73º82.54%24.71%-
HSV(B)316.73º90.43%45.1%-
XYZ8.874.569.22-
YUV50.65147.96173.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.25%
GREEN value IS 11 (4.69% from 255) = 5.19%
BLUE value IS 86 (33.98% from 255) = 40.57%
R=54.25%
G=5.19%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115118600.900.250.55316.7382.5424.71
Hex73B5605A193713d5319
Octal163131260132316747512331
Binary1110011101110101100101101011001110111100111101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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