#730553

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

Shades of Tyrian Purple #730553

Tints of Tyrian Purple #730553

Color information

#730553 (or 0x730553) is unknown color: approx Tyrian Purple. HEX triplet: 73, 05 and 53. RGB value is (115,5,83). Sum of RGB (Red+Green+Blue) = 115+5+83=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #730553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730553 is #8CFAAC. Grayscale: #2E2E2E. Windows color (decimal): -9239213 or 5440883. OLE color: 5440883.

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

Color convert

RGB115583-
CMYK00.960.280.55
HSL317.45º91.67%23.53%-
HSV(B)317.45º95.65%45.1%-
XYZ8.694.388.57-
YUV46.78148.44176.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=56.65%
G=2.46%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11558300.960.280.55317.4591.6723.53
Hex735530601C3713d5c18
Octal16351230140346747513430
Binary111001110110100110110000011100110111100111101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730553; }

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

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

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

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

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

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

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

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