#730D44

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

Shades of Tyrian Purple #730D44

Tints of Tyrian Purple #730D44

Color information

#730D44 (or 0x730D44) is unknown color: approx Tyrian Purple. HEX triplet: 73, 0D and 44. RGB value is (115,13,68). Sum of RGB (Red+Green+Blue) = 115+13+68=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #730D44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730D44 is #8CF2BB. Grayscale: #313131. Windows color (decimal): -9237180 or 4459891. OLE color: 4459891.

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

Color convert

RGB1151368-
CMYK00.890.410.55
HSL327.65º79.69%25.1%-
HSV(B)327.65º88.7%45.1%-
XYZ8.264.355.87-
YUV49.77138.29174.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.67%
GREEN value IS 13 (5.47% from 255) = 6.63%
BLUE value IS 68 (26.95% from 255) = 34.69%
R=58.67%
G=6.63%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115136800.890.410.55327.6579.6925.1
Hex73D4405929371485019
Octal163151040131516751012031
Binary11100111101100010001011001101001110111101001000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,13,68); }

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

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

 a { background-color: rgb(115,13,68); }

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

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

 span { border-color: rgb(115,13,68); }

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