Html Css Color HEX #730448 Tyrian Purple

📋 copy color: '#730448'

red 115 ◦ green 4 ◦ blue 72

#730448
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #730448

Tints of Tyrian Purple #730448

RGB

 RED value IS 115 (45.31% from 255) = 60.21%

 GREEN value IS 4 (1.95% from 255) = 2.09%

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 60.21%
G = 2.09%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#730448 (or 0x730448) is known color: Tyrian Purple. HEX triplet: 73, 04 and 48. RGB value is (115,4,72). Sum of RGB (Red+Green+Blue) = 115+4+72=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #730448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730448 is #8CFBB7. Grayscale: #2C2C2C. Windows color (decimal): -9239480 or 4719731. OLE color: 4719731.

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

Color convert

RGB 115 4 72 -
CMYK 0 0.97 0.37 0.55
HSL 323.24º 0.93% 0.23% -
HSV(B) 323.24º 0.97% 0.45% -
XYZ 8.28 4.2 6.5 -
YUV 44.94 143.27 177.97 -
System Red Green Blue C M Y K H S L
Decimal 115 4 72 0 0.97 0.37 0.55 323.24 0.93 0.23
Hex 73 4 48 0 61 25 37 143 5D 17
Octal 163 4 110 0 141 45 67 503 135 27
Binary 1110011 100 1001000 0 1100001 100101 110111 101000011 1011101 10111

Color Harmonies of #730448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730448

Black with #730448

Text Example


Text Example

White with #730448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730448; }

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

 H1.HeaderClassName
 {
   color: #730448;
 }
 .AnyTagClassName
 {
   color: #730448;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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