#730251

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

Shades of Tyrian Purple #730251

Tints of Tyrian Purple #730251

Color information

#730251 (or 0x730251) is unknown color: approx Tyrian Purple. HEX triplet: 73, 02 and 51. RGB value is (115,2,81). Sum of RGB (Red+Green+Blue) = 115+2+81=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #730251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730251 is #8CFDAE. Grayscale: #2C2C2C. Windows color (decimal): -9239983 or 5309043. OLE color: 5309043.

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

Color convert

RGB115281-
CMYK00.980.300.55
HSL318.05º96.58%22.94%-
HSV(B)318.05º98.26%45.1%-
XYZ8.584.288.16-
YUV44.79148.44178.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.08%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=58.08%
G=1.01%
B=40.91%

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
Decimal11528100.980.300.55318.0596.5822.94
Hex732510621E3713e6117
Octal16321210142366747614127
Binary11100111010100010110001011110110111100111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730251; }

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

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

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

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

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

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

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

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