#730150

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

Shades of Tyrian Purple #730150

Tints of Tyrian Purple #730150

Color information

#730150 (or 0x730150) is unknown color: approx Tyrian Purple. HEX triplet: 73, 01 and 50. RGB value is (115,1,80). Sum of RGB (Red+Green+Blue) = 115+1+80=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #730150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730150 is #8CFEAF. Grayscale: #2B2B2B. Windows color (decimal): -9240240 or 5243251. OLE color: 5243251.

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

Color convert

RGB115180-
CMYK00.990.300.55
HSL318.42º98.28%22.75%-
HSV(B)318.42º99.13%45.1%-
XYZ8.534.257.96-
YUV44.09148.27178.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.67%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=58.67%
G=0.51%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11518000.990.300.55318.4298.2822.75
Hex731500631E3713e6217
Octal16311200143366747614227
Binary1110011110100000110001111110110111100111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730150; }

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

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

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

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

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

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

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

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