Html Css Color HEX #730446 Tyrian Purple

📋 copy color: '#730446'

red 115 ◦ green 4 ◦ blue 70

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

Shades of Tyrian Purple #730446

Tints of Tyrian Purple #730446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.04%

R = 60.85%
G = 2.12%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#730446 (or 0x730446) is known color: Tyrian Purple. HEX triplet: 73, 04 and 46. RGB value is (115,4,70). Sum of RGB (Red+Green+Blue) = 115+4+70=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #730446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730446 is #8CFBB9. Grayscale: #2C2C2C. Windows color (decimal): -9239482 or 4588659. OLE color: 4588659.

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

Color convert

RGB 115 4 70 -
CMYK 0 0.97 0.39 0.55
HSL 324.32º 0.93% 0.23% -
HSV(B) 324.32º 0.97% 0.45% -
XYZ 8.22 4.17 6.17 -
YUV 44.71 142.27 178.13 -
System Red Green Blue C M Y K H S L
Decimal 115 4 70 0 0.97 0.39 0.55 324.32 0.93 0.23
Hex 73 4 46 0 61 27 37 144 5D 17
Octal 163 4 106 0 141 47 67 504 135 27
Binary 1110011 100 1000110 0 1100001 100111 110111 101000100 1011101 10111

Color Harmonies of #730446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730446

Black with #730446

Text Example


Text Example

White with #730446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730446; }

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

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

background-color css

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

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

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

border-color css

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

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

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