Html Css Color HEX #740449 Tyrian Purple

📋 copy color: '#740449'

red 116 ◦ green 4 ◦ blue 73

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

Shades of Tyrian Purple #740449

Tints of Tyrian Purple #740449

RGB

 RED value IS 116 (45.7% from 255) = 60.1%

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

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 60.1%
G = 2.07%
B = 37.82%

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

#740449 (or 0x740449) is known color: Tyrian Purple. HEX triplet: 74, 04 and 49. RGB value is (116,4,73). Sum of RGB (Red+Green+Blue) = 116+4+73=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #740449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740449 is #8BFBB6. Grayscale: #2D2D2D. Windows color (decimal): -9173943 or 4785268. OLE color: 4785268.

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

Color convert

RGB 116 4 73 -
CMYK 0 0.97 0.37 0.55
HSL 323.04º 0.93% 0.24% -
HSV(B) 323.04º 0.97% 0.45% -
XYZ 8.45 4.28 6.68 -
YUV 45.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 116 4 73 0 0.97 0.37 0.55 323.04 0.93 0.24
Hex 74 4 49 0 61 25 37 143 5D 18
Octal 164 4 111 0 141 45 67 503 135 30
Binary 1110100 100 1001001 0 1100001 100101 110111 101000011 1011101 11000

Color Harmonies of #740449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740449

Black with #740449

Text Example


Text Example

White with #740449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740449; }

 p { color: rgb(116,4,73); }

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

background-color css

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

 a { background-color: rgb(116,4,73); }

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

border-color css

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

 span { border-color: rgb(116,4,73); }

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