Html Css Color HEX #740131 Tyrian Purple

📋 copy color: '#740131'

red 116 ◦ green 1 ◦ blue 49

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

Shades of Tyrian Purple #740131

Tints of Tyrian Purple #740131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.52%

R = 69.88%
G = 0.6%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#740131 (or 0x740131) is known color: Tyrian Purple. HEX triplet: 74, 01 and 31. RGB value is (116,1,49). Sum of RGB (Red+Green+Blue) = 116+1+49=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #740131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740131 is #8BFECE. Grayscale: #282828. Windows color (decimal): -9174735 or 3211636. OLE color: 3211636.

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

Color convert

RGB 116 1 49 -
CMYK 0 0.99 0.58 0.55
HSL 334.96º 0.98% 0.23% -
HSV(B) 334.96º 0.99% 0.45% -
XYZ 7.77 3.96 3.26 -
YUV 40.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 116 1 49 0 0.99 0.58 0.55 334.96 0.98 0.23
Hex 74 1 31 0 63 3A 37 14F 62 17
Octal 164 1 61 0 143 72 67 517 142 27
Binary 1110100 1 110001 0 1100011 111010 110111 101001111 1100010 10111

Color Harmonies of #740131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740131

Black with #740131

Text Example


Text Example

White with #740131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740131; }

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

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

background-color css

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

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

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

border-color css

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

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

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