Html Css Color HEX #730346 Tyrian Purple

📋 copy color: '#730346'

red 115 ◦ green 3 ◦ blue 70

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

Shades of Tyrian Purple #730346

Tints of Tyrian Purple #730346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 61.17%
G = 1.6%
B = 37.23%

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

#730346 (or 0x730346) is known color: Tyrian Purple. HEX triplet: 73, 03 and 46. RGB value is (115,3,70). Sum of RGB (Red+Green+Blue) = 115+3+70=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #730346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730346 is #8CFCB9. Grayscale: #2B2B2B. Windows color (decimal): -9239738 or 4588403. OLE color: 4588403.

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

Color convert

RGB 115 3 70 -
CMYK 0 0.97 0.39 0.55
HSL 324.11º 0.95% 0.23% -
HSV(B) 324.11º 0.97% 0.45% -
XYZ 8.21 4.15 6.16 -
YUV 44.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 115 3 70 0 0.97 0.39 0.55 324.11 0.95 0.23
Hex 73 3 46 0 61 27 37 144 5F 17
Octal 163 3 106 0 141 47 67 504 137 27
Binary 1110011 11 1000110 0 1100001 100111 110111 101000100 1011111 10111

Color Harmonies of #730346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730346

Black with #730346

Text Example


Text Example

White with #730346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730346; }

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

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

background-color css

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

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

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

border-color css

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

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

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