#730B55

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

Shades of Tyrian Purple #730B55

Tints of Tyrian Purple #730B55

Color information

#730B55 (or 0x730B55) is unknown color: approx Tyrian Purple. HEX triplet: 73, 0B and 55. RGB value is (115,11,85). Sum of RGB (Red+Green+Blue) = 115+11+85=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #730B55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B55 is #8CF4AA. Grayscale: #323232. Windows color (decimal): -9237675 or 5573491. OLE color: 5573491.

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

Color convert

RGB1151185-
CMYK00.900.260.55
HSL317.31º82.54%24.71%-
HSV(B)317.31º90.43%45.1%-
XYZ8.834.549.01-
YUV50.53147.46173.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.50%
GREEN value IS 11 (4.69% from 255) = 5.21%
BLUE value IS 85 (33.59% from 255) = 40.28%
R=54.50%
G=5.21%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115118500.900.260.55317.3182.5424.71
Hex73B5505A1A3713d5319
Octal163131250132326747512331
Binary1110011101110101010101101011010110111100111101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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