Html Css Color HEX #740D4B Tyrian Purple

📋 copy color: '#740D4B'

red 116 ◦ green 13 ◦ blue 75

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

Shades of Tyrian Purple #740D4B

Tints of Tyrian Purple #740D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.76%

R = 56.86%
G = 6.37%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#740D4B (or 0x740D4B) is known color: Tyrian Purple. HEX triplet: 74, 0D and 4B. RGB value is (116,13,75). Sum of RGB (Red+Green+Blue) = 116+13+75=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #740D4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740D4B is #8BF2B4. Grayscale: #323232. Windows color (decimal): -9171637 or 4918644. OLE color: 4918644.

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

Color convert

RGB 116 13 75 -
CMYK 0 0.89 0.35 0.55
HSL 323.88º 0.8% 0.25% -
HSV(B) 323.88º 0.89% 0.45% -
XYZ 8.62 4.51 7.07 -
YUV 50.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 116 13 75 0 0.89 0.35 0.55 323.88 0.8 0.25
Hex 74 D 4B 0 59 23 37 144 50 19
Octal 164 15 113 0 131 43 67 504 120 31
Binary 1110100 1101 1001011 0 1011001 100011 110111 101000100 1010000 11001

Color Harmonies of #740D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740D4B

Black with #740D4B

Text Example


Text Example

White with #740D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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