#730656

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

Shades of Tyrian Purple #730656

Tints of Tyrian Purple #730656

Color information

#730656 (or 0x730656) is unknown color: approx Tyrian Purple. HEX triplet: 73, 06 and 56. RGB value is (115,6,86). Sum of RGB (Red+Green+Blue) = 115+6+86=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #730656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730656 is #8CF9A9. Grayscale: #2F2F2F. Windows color (decimal): -9238954 or 5637747. OLE color: 5637747.

HSL color Cylindrical-coordinate representation of color #730656: hue angle of 315.96º 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 #730656 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB115686-
CMYK00.950.250.55
HSL315.96º90.08%23.73%-
HSV(B)315.96º94.78%45.1%-
XYZ8.824.459.2-
YUV47.71149.61176-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.56%
GREEN value IS 6 (2.73% from 255) = 2.90%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=55.56%
G=2.90%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11568600.950.250.55315.9690.0823.73
Hex7365605F193713c5a18
Octal16361260137316747413230
Binary111001111010101100101111111001110111100111100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730656; }

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

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

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

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

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

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

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

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