#730A4E

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

Shades of Tyrian Purple #730A4E

Tints of Tyrian Purple #730A4E

Color information

#730A4E (or 0x730A4E) is unknown color: approx Tyrian Purple. HEX triplet: 73, 0A and 4E. RGB value is (115,10,78). Sum of RGB (Red+Green+Blue) = 115+10+78=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #730A4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A4E is #8CF5B1. Grayscale: #303030. Windows color (decimal): -9237938 or 5114483. OLE color: 5114483.

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

Color convert

RGB1151078-
CMYK00.910.320.55
HSL321.14º84%24.51%-
HSV(B)321.14º91.3%45.1%-
XYZ8.554.417.61-
YUV49.15144.29174.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=56.65%
G=4.93%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115107800.910.320.55321.148424.51
Hex73A4E05B20371415419
Octal163121160133406750112431
Binary11100111010100111001011011100000110111101000001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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