#730356

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

Shades of Tyrian Purple #730356

Tints of Tyrian Purple #730356

Color information

#730356 (or 0x730356) is unknown color: approx Tyrian Purple. HEX triplet: 73, 03 and 56. RGB value is (115,3,86). Sum of RGB (Red+Green+Blue) = 115+3+86=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #730356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730356 is #8CFCA9. Grayscale: #2D2D2D. Windows color (decimal): -9239722 or 5636979. OLE color: 5636979.

HSL color Cylindrical-coordinate representation of color #730356: hue angle of 315.54º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730356 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB115386-
CMYK00.970.250.55
HSL315.54º94.92%23.14%-
HSV(B)315.54º97.39%45.1%-
XYZ8.784.389.19-
YUV45.95150.61177.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.37%
GREEN value IS 3 (1.56% from 255) = 1.47%
BLUE value IS 86 (33.98% from 255) = 42.16%
R=56.37%
G=1.47%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11538600.970.250.55315.5494.9223.14
Hex73356061193713c5f17
Octal16331260141316747413727
Binary11100111110101100110000111001110111100111100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730356; }

 p { color: rgb(115,3,86); }

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

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

 a { background-color: rgb(115,3,86); }

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

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

 span { border-color: rgb(115,3,86); }

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