#730755

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

Shades of Tyrian Purple #730755

Tints of Tyrian Purple #730755

Color information

#730755 (or 0x730755) is unknown color: approx Tyrian Purple. HEX triplet: 73, 07 and 55. RGB value is (115,7,85). Sum of RGB (Red+Green+Blue) = 115+7+85=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #730755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730755 is #8CF8AA. Grayscale: #2F2F2F. Windows color (decimal): -9238699 or 5572467. OLE color: 5572467.

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

Color convert

RGB115785-
CMYK00.940.260.55
HSL316.67º88.52%23.92%-
HSV(B)316.67º93.91%45.1%-
XYZ8.794.458.99-
YUV48.18148.78175.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.56%
GREEN value IS 7 (3.12% from 255) = 3.38%
BLUE value IS 85 (33.59% from 255) = 41.06%
R=55.56%
G=3.38%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11578500.940.260.55316.6788.5223.92
Hex7375505E1A3713d5918
Octal16371250136326747513130
Binary111001111110101010101111011010110111100111101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730755; }

 p { color: rgb(115,7,85); }

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

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

 a { background-color: rgb(115,7,85); }

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

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

 span { border-color: rgb(115,7,85); }

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