#730A4C

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

Shades of Tyrian Purple #730A4C

Tints of Tyrian Purple #730A4C

Color information

#730A4C (or 0x730A4C) is unknown color: approx Tyrian Purple. HEX triplet: 73, 0A and 4C. RGB value is (115,10,76). Sum of RGB (Red+Green+Blue) = 115+10+76=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #730A4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A4C is #8CF5B3. Grayscale: #303030. Windows color (decimal): -9237940 or 4983411. OLE color: 4983411.

HSL color Cylindrical-coordinate representation of color #730A4C: hue angle of 322.29º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A4C is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1151076-
CMYK00.910.340.55
HSL322.29º84%24.51%-
HSV(B)322.29º91.3%45.1%-
XYZ8.484.387.24-
YUV48.92143.29175.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 76 (30.08% from 255) = 37.81%
R=57.21%
G=4.98%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115107600.910.340.55322.298424.51
Hex73A4C05B22371425419
Octal163121140133426750212431
Binary11100111010100110001011011100010110111101000010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,10,76); }

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

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

 a { background-color: rgb(115,10,76); }

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

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

 span { border-color: rgb(115,10,76); }

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