Html Css Color HEX #730344 Tyrian Purple

📋 copy color: '#730344'

red 115 ◦ green 3 ◦ blue 68

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

Shades of Tyrian Purple #730344

Tints of Tyrian Purple #730344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.56%

R = 61.83%
G = 1.61%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#730344 (or 0x730344) is known color: Tyrian Purple. HEX triplet: 73, 03 and 44. RGB value is (115,3,68). Sum of RGB (Red+Green+Blue) = 115+3+68=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #730344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730344 is #8CFCBB. Grayscale: #2B2B2B. Windows color (decimal): -9239740 or 4457331. OLE color: 4457331.

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

Color convert

RGB 115 3 68 -
CMYK 0 0.97 0.41 0.55
HSL 325.18º 0.95% 0.23% -
HSV(B) 325.18º 0.97% 0.45% -
XYZ 8.15 4.13 5.84 -
YUV 43.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 115 3 68 0 0.97 0.41 0.55 325.18 0.95 0.23
Hex 73 3 44 0 61 29 37 145 5F 17
Octal 163 3 104 0 141 51 67 505 137 27
Binary 1110011 11 1000100 0 1100001 101001 110111 101000101 1011111 10111

Color Harmonies of #730344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730344

Black with #730344

Text Example


Text Example

White with #730344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730344; }

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

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

background-color css

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

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

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

border-color css

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

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

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