#730248

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

Shades of Tyrian Purple #730248

Tints of Tyrian Purple #730248

Color information

#730248 (or 0x730248) is unknown color: approx Tyrian Purple. HEX triplet: 73, 02 and 48. RGB value is (115,2,72). Sum of RGB (Red+Green+Blue) = 115+2+72=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #730248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730248 is #8CFDB7. Grayscale: #2B2B2B. Windows color (decimal): -9239992 or 4719219. OLE color: 4719219.

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

Color convert

RGB115272-
CMYK00.980.370.55
HSL322.83º96.58%22.94%-
HSV(B)322.83º98.26%45.1%-
XYZ8.264.166.5-
YUV43.77143.94178.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.85%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 72 (28.52% from 255) = 38.10%
R=60.85%
G=1.06%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11527200.980.370.55322.8396.5822.94
Hex7324806225371436117
Octal16321100142456750314127
Binary111001110100100001100010100101110111101000011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730248; }

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

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

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

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

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

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

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

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