#730142

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

Shades of Tyrian Purple #730142

Tints of Tyrian Purple #730142

Color information

#730142 (or 0x730142) is unknown color: approx Tyrian Purple. HEX triplet: 73, 01 and 42. RGB value is (115,1,66). Sum of RGB (Red+Green+Blue) = 115+1+66=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #730142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730142 is #8CFEBD. Grayscale: #2A2A2A. Windows color (decimal): -9240254 or 4325747. OLE color: 4325747.

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

Color convert

RGB115166-
CMYK00.990.430.55
HSL325.79º98.28%22.75%-
HSV(B)325.79º99.13%45.1%-
XYZ8.064.065.51-
YUV42.5141.27179.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.19%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=63.19%
G=0.55%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11516600.990.430.55325.7998.2822.75
Hex731420632B371466217
Octal16311020143536750614227
Binary11100111100001001100011101011110111101000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730142; }

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

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

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

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

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

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

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

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