#730946

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

Shades of Tyrian Purple #730946

Tints of Tyrian Purple #730946

Color information

#730946 (or 0x730946) is unknown color: approx Tyrian Purple. HEX triplet: 73, 09 and 46. RGB value is (115,9,70). Sum of RGB (Red+Green+Blue) = 115+9+70=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #730946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730946 is #8CF6B9. Grayscale: #2F2F2F. Windows color (decimal): -9238202 or 4589939. OLE color: 4589939.

HSL color Cylindrical-coordinate representation of color #730946: hue angle of 325.47º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730946 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB115970-
CMYK00.920.390.55
HSL325.47º85.48%24.31%-
HSV(B)325.47º92.17%45.1%-
XYZ8.274.286.18-
YUV47.65140.62176.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.28%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=59.28%
G=4.64%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11597000.920.390.55325.4785.4824.31
Hex7394605C27371455518
Octal163111060134476750512530
Binary11100111001100011001011100100111110111101000101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730946; }

 p { color: rgb(115,9,70); }

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

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

 a { background-color: rgb(115,9,70); }

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

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

 span { border-color: rgb(115,9,70); }

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