#730531

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

Shades of Tyrian Purple #730531

Tints of Tyrian Purple #730531

Color information

#730531 (or 0x730531) is unknown color: approx Tyrian Purple. HEX triplet: 73, 05 and 31. RGB value is (115,5,49). Sum of RGB (Red+Green+Blue) = 115+5+49=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #730531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730531 is #8CFACE. Grayscale: #2A2A2A. Windows color (decimal): -9239247 or 3212659. OLE color: 3212659.

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

Color convert

RGB115549-
CMYK00.960.570.55
HSL336º91.67%23.53%-
HSV(B)336º95.65%45.1%-
XYZ7.683.983.27-
YUV42.91131.44179.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.05%
GREEN value IS 5 (2.34% from 255) = 2.96%
BLUE value IS 49 (19.53% from 255) = 28.99%
R=68.05%
G=2.96%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11554900.960.570.5533691.6723.53
Hex7353106039371505c18
Octal1635610140716752013430
Binary111001110111000101100000111001110111101010000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730531; }

 p { color: rgb(115,5,49); }

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

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

 a { background-color: rgb(115,5,49); }

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

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

 span { border-color: rgb(115,5,49); }

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