#730659

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

Shades of Tyrian Purple #730659

Tints of Tyrian Purple #730659

Color information

#730659 (or 0x730659) is unknown color: approx Tyrian Purple. HEX triplet: 73, 06 and 59. RGB value is (115,6,89). Sum of RGB (Red+Green+Blue) = 115+6+89=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #730659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730659 is #8CF9A6. Grayscale: #2F2F2F. Windows color (decimal): -9238951 or 5834355. OLE color: 5834355.

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

Color convert

RGB115689-
CMYK00.950.230.55
HSL314.31º90.08%23.73%-
HSV(B)314.31º94.78%45.1%-
XYZ8.944.59.85-
YUV48.05151.11175.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.76%
GREEN value IS 6 (2.73% from 255) = 2.86%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=54.76%
G=2.86%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11568900.950.230.55314.3190.0823.73
Hex7365905F173713a5a18
Octal16361310137276747213230
Binary111001111010110010101111110111110111100111010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730659; }

 p { color: rgb(115,6,89); }

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

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

 a { background-color: rgb(115,6,89); }

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

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

 span { border-color: rgb(115,6,89); }

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