Html Css Color HEX #740D4E Tyrian Purple

📋 copy color: '#740D4E'

red 116 ◦ green 13 ◦ blue 78

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

Shades of Tyrian Purple #740D4E

Tints of Tyrian Purple #740D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.68%

R = 56.04%
G = 6.28%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#740D4E (or 0x740D4E) is known color: Tyrian Purple. HEX triplet: 74, 0D and 4E. RGB value is (116,13,78). Sum of RGB (Red+Green+Blue) = 116+13+78=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #740D4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740D4E is #8BF2B1. Grayscale: #333333. Windows color (decimal): -9171634 or 5115252. OLE color: 5115252.

HSL color Cylindrical-coordinate representation of color #740D4E: hue angle of 322.14º 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 #740D4E is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 13 78 -
CMYK 0 0.89 0.33 0.55
HSL 322.14º 0.8% 0.25% -
HSV(B) 322.14º 0.89% 0.45% -
XYZ 8.72 4.55 7.63 -
YUV 51.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 116 13 78 0 0.89 0.33 0.55 322.14 0.8 0.25
Hex 74 D 4E 0 59 21 37 142 50 19
Octal 164 15 116 0 131 41 67 502 120 31
Binary 1110100 1101 1001110 0 1011001 100001 110111 101000010 1010000 11001

Color Harmonies of #740D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740D4E

Black with #740D4E

Text Example


Text Example

White with #740D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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