#730245

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

Shades of Tyrian Purple #730245

Tints of Tyrian Purple #730245

Color information

#730245 (or 0x730245) is unknown color: approx Tyrian Purple. HEX triplet: 73, 02 and 45. RGB value is (115,2,69). Sum of RGB (Red+Green+Blue) = 115+2+69=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #730245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730245 is #8CFDBA. Grayscale: #2B2B2B. Windows color (decimal): -9239995 or 4522611. OLE color: 4522611.

HSL color Cylindrical-coordinate representation of color #730245: hue angle of 324.42º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730245 is Cyan = 0, Magento = 0.98, Yellow = 0.4 and Black (K on CMYK) = 0.55.

Color convert

RGB115269-
CMYK00.980.40.55
HSL324.42º96.58%22.94%-
HSV(B)324.42º98.26%45.1%-
XYZ8.174.125.99-
YUV43.42142.44179.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.83%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 69 (27.34% from 255) = 37.10%
R=61.83%
G=1.08%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11526900.980.40.55324.4296.5822.94
Hex7324506228371446117
Octal16321050142506750414127
Binary111001110100010101100010101000110111101000100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730245; }

 p { color: rgb(115,2,69); }

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

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

 a { background-color: rgb(115,2,69); }

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

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

 span { border-color: rgb(115,2,69); }

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