#730948

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

Shades of Tyrian Purple #730948

Tints of Tyrian Purple #730948

Color information

#730948 (or 0x730948) is unknown color: approx Tyrian Purple. HEX triplet: 73, 09 and 48. RGB value is (115,9,72). Sum of RGB (Red+Green+Blue) = 115+9+72=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #730948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730948 is #8CF6B7. Grayscale: #2F2F2F. Windows color (decimal): -9238200 or 4721011. OLE color: 4721011.

HSL color Cylindrical-coordinate representation of color #730948: hue angle of 324.34º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730948 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB115972-
CMYK00.920.370.55
HSL324.34º85.48%24.31%-
HSV(B)324.34º92.17%45.1%-
XYZ8.344.316.52-
YUV47.88141.62175.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.67%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=58.67%
G=4.59%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11597200.920.370.55324.3485.4824.31
Hex7394805C25371445518
Octal163111100134456750412530
Binary11100111001100100001011100100101110111101000100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730948; }

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

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

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

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

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

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

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

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