Html Css Color HEX #740D3A Tyrian Purple

📋 copy color: '#740D3A'

red 116 ◦ green 13 ◦ blue 58

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

Shades of Tyrian Purple #740D3A

Tints of Tyrian Purple #740D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.02%

R = 62.03%
G = 6.95%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#740D3A (or 0x740D3A) is known color: Tyrian Purple. HEX triplet: 74, 0D and 3A. RGB value is (116,13,58). Sum of RGB (Red+Green+Blue) = 116+13+58=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #740D3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740D3A is #8BF2C5. Grayscale: #303030. Windows color (decimal): -9171654 or 3804532. OLE color: 3804532.

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

Color convert

RGB 116 13 58 -
CMYK 0 0.89 0.5 0.55
HSL 333.79º 0.8% 0.25% -
HSV(B) 333.79º 0.89% 0.45% -
XYZ 8.11 4.31 4.41 -
YUV 48.93 133.12 175.84 -
System Red Green Blue C M Y K H S L
Decimal 116 13 58 0 0.89 0.5 0.55 333.79 0.8 0.25
Hex 74 D 3A 0 59 32 37 14E 50 19
Octal 164 15 72 0 131 62 67 516 120 31
Binary 1110100 1101 111010 0 1011001 110010 110111 101001110 1010000 11001

Color Harmonies of #740D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740D3A

Black with #740D3A

Text Example


Text Example

White with #740D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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