#730956

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

Shades of Tyrian Purple #730956

Tints of Tyrian Purple #730956

Color information

#730956 (or 0x730956) is unknown color: approx Tyrian Purple. HEX triplet: 73, 09 and 56. RGB value is (115,9,86). Sum of RGB (Red+Green+Blue) = 115+9+86=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #730956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730956 is #8CF6A9. Grayscale: #313131. Windows color (decimal): -9238186 or 5638515. OLE color: 5638515.

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

Color convert

RGB115986-
CMYK00.920.250.55
HSL316.42º85.48%24.31%-
HSV(B)316.42º92.17%45.1%-
XYZ8.854.519.21-
YUV49.47148.62174.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.76%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=54.76%
G=4.29%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11598600.920.250.55316.4285.4824.31
Hex7395605C193713c5518
Octal163111260134316747412530
Binary1110011100110101100101110011001110111100111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730956; }

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

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

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

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

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

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

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

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