#730C51

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

Shades of Tyrian Purple #730C51

Tints of Tyrian Purple #730C51

Color information

#730C51 (or 0x730C51) is unknown color: approx Tyrian Purple. HEX triplet: 73, 0C and 51. RGB value is (115,12,81). Sum of RGB (Red+Green+Blue) = 115+12+81=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #730C51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730C51 is #8CF3AE. Grayscale: #323232. Windows color (decimal): -9237423 or 5311603. OLE color: 5311603.

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

Color convert

RGB1151281-
CMYK00.900.300.55
HSL319.81º81.1%24.9%-
HSV(B)319.81º89.57%45.1%-
XYZ8.694.58.2-
YUV50.66145.12173.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.29%
GREEN value IS 12 (5.08% from 255) = 5.77%
BLUE value IS 81 (32.03% from 255) = 38.94%
R=55.29%
G=5.77%
B=38.94%

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
Decimal115128100.900.300.55319.8181.124.9
Hex73C5105A1E371405119
Octal163141210132366750012131
Binary1110011110010100010101101011110110111101000000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,12,81); }

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

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

 a { background-color: rgb(115,12,81); }

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

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

 span { border-color: rgb(115,12,81); }

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