#730250

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

Shades of Tyrian Purple #730250

Tints of Tyrian Purple #730250

Color information

#730250 (or 0x730250) is unknown color: approx Tyrian Purple. HEX triplet: 73, 02 and 50. RGB value is (115,2,80). Sum of RGB (Red+Green+Blue) = 115+2+80=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #730250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730250 is #8CFDAF. Grayscale: #2C2C2C. Windows color (decimal): -9239984 or 5243507. OLE color: 5243507.

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

Color convert

RGB115280-
CMYK00.980.300.55
HSL318.58º96.58%22.94%-
HSV(B)318.58º98.26%45.1%-
XYZ8.544.277.96-
YUV44.68147.94178.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 80 (31.64% from 255) = 40.61%
R=58.38%
G=1.02%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11528000.980.300.55318.5896.5822.94
Hex732500621E3713f6117
Octal16321200142366747714127
Binary11100111010100000110001011110110111100111111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730250; }

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

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

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

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

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

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

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

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