#730733

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

Shades of Tyrian Purple #730733

Tints of Tyrian Purple #730733

Color information

#730733 (or 0x730733) is unknown color: approx Tyrian Purple. HEX triplet: 73, 07 and 33. RGB value is (115,7,51). Sum of RGB (Red+Green+Blue) = 115+7+51=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #730733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730733 is #8CF8CC. Grayscale: #2C2C2C. Windows color (decimal): -9238733 or 3344243. OLE color: 3344243.

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

Color convert

RGB115751-
CMYK00.940.560.55
HSL335.56º88.52%23.92%-
HSV(B)335.56º93.91%45.1%-
XYZ7.744.043.5-
YUV44.31131.78178.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.47%
GREEN value IS 7 (3.12% from 255) = 4.05%
BLUE value IS 51 (20.31% from 255) = 29.48%
R=66.47%
G=4.05%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11575100.940.560.55335.5688.5223.92
Hex7373305E38371505918
Octal1637630136706752013130
Binary111001111111001101011110111000110111101010000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730733; }

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

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

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

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

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

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

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

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