#730B38

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

Shades of Tyrian Purple #730B38

Tints of Tyrian Purple #730B38

Color information

#730B38 (or 0x730B38) is unknown color: approx Tyrian Purple. HEX triplet: 73, 0B and 38. RGB value is (115,11,56). Sum of RGB (Red+Green+Blue) = 115+11+56=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #730B38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B38 is #8CF4C7. Grayscale: #2F2F2F. Windows color (decimal): -9237704 or 3672947. OLE color: 3672947.

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

Color convert

RGB1151156-
CMYK00.900.510.55
HSL334.04º82.54%24.71%-
HSV(B)334.04º90.43%45.1%-
XYZ7.94.174.13-
YUV47.23132.96176.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.19%
GREEN value IS 11 (4.69% from 255) = 6.04%
BLUE value IS 56 (22.27% from 255) = 30.77%
R=63.19%
G=6.04%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115115600.900.510.55334.0482.5424.71
Hex73B3805A333714e5319
Octal16313700132636751612331
Binary1110011101111100001011010110011110111101001110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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