Html Css Color HEX #740149 Tyrian Purple

📋 copy color: '#740149'

red 116 ◦ green 1 ◦ blue 73

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

Shades of Tyrian Purple #740149

Tints of Tyrian Purple #740149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 61.05%
G = 0.53%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#740149 (or 0x740149) is known color: Tyrian Purple. HEX triplet: 74, 01 and 49. RGB value is (116,1,73). Sum of RGB (Red+Green+Blue) = 116+1+73=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #740149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740149 is #8BFEB6. Grayscale: #2B2B2B. Windows color (decimal): -9174711 or 4784500. OLE color: 4784500.

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

Color convert

RGB 116 1 73 -
CMYK 0 0.99 0.37 0.55
HSL 322.43º 0.98% 0.23% -
HSV(B) 322.43º 0.99% 0.45% -
XYZ 8.42 4.22 6.67 -
YUV 43.59 144.6 179.65 -
System Red Green Blue C M Y K H S L
Decimal 116 1 73 0 0.99 0.37 0.55 322.43 0.98 0.23
Hex 74 1 49 0 63 25 37 142 62 17
Octal 164 1 111 0 143 45 67 502 142 27
Binary 1110100 1 1001001 0 1100011 100101 110111 101000010 1100010 10111

Color Harmonies of #740149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740149

Black with #740149

Text Example


Text Example

White with #740149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740149; }

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

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

background-color css

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

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

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

border-color css

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

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

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