#730B34

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

Shades of Tyrian Purple #730B34

Tints of Tyrian Purple #730B34

Color information

#730B34 (or 0x730B34) is unknown color: approx Tyrian Purple. HEX triplet: 73, 0B and 34. RGB value is (115,11,52). Sum of RGB (Red+Green+Blue) = 115+11+52=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #730B34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B34 is #8CF4CB. Grayscale: #2E2E2E. Windows color (decimal): -9237708 or 3410803. OLE color: 3410803.

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

Color convert

RGB1151152-
CMYK00.900.550.55
HSL336.35º82.54%24.71%-
HSV(B)336.35º90.43%45.1%-
XYZ7.814.133.63-
YUV46.77130.96176.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.61%
GREEN value IS 11 (4.69% from 255) = 6.18%
BLUE value IS 52 (20.70% from 255) = 29.21%
R=64.61%
G=6.18%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115115200.900.550.55336.3582.5424.71
Hex73B3405A37371505319
Octal16313640132676752012331
Binary1110011101111010001011010110111110111101010000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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