Html Css Color HEX #740D40 Tyrian Purple

📋 copy color: '#740D40'

red 116 ◦ green 13 ◦ blue 64

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

Shades of Tyrian Purple #740D40

Tints of Tyrian Purple #740D40

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.74%

 BLUE value IS 64 (25.39% from 255) = 33.16%

R = 60.1%
G = 6.74%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#740D40 (or 0x740D40) is known color: Tyrian Purple. HEX triplet: 74, 0D and 40. RGB value is (116,13,64). Sum of RGB (Red+Green+Blue) = 116+13+64=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #740D40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740D40 is #8BF2BF. Grayscale: #313131. Windows color (decimal): -9171648 or 4197748. OLE color: 4197748.

HSL color Cylindrical-coordinate representation of color #740D40: hue angle of 330.29º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #740D40 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 13 64 -
CMYK 0 0.89 0.45 0.55
HSL 330.29º 0.8% 0.25% -
HSV(B) 330.29º 0.89% 0.45% -
XYZ 8.27 4.37 5.26 -
YUV 49.61 136.12 175.35 -
System Red Green Blue C M Y K H S L
Decimal 116 13 64 0 0.89 0.45 0.55 330.29 0.8 0.25
Hex 74 D 40 0 59 2D 37 14A 50 19
Octal 164 15 100 0 131 55 67 512 120 31
Binary 1110100 1101 1000000 0 1011001 101101 110111 101001010 1010000 11001

Color Harmonies of #740D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740D40

Black with #740D40

Text Example


Text Example

White with #740D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740D40; }

 p { color: rgb(116,13,64); }

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

background-color css

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

 a { background-color: rgb(116,13,64); }

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

border-color css

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

 span { border-color: rgb(116,13,64); }

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