Html Css Color HEX #740B40 Tyrian Purple

📋 copy color: '#740B40'

red 116 ◦ green 11 ◦ blue 64

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

Shades of Tyrian Purple #740B40

Tints of Tyrian Purple #740B40

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.76%

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

R = 60.73%
G = 5.76%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#740B40 (or 0x740B40) is known color: Tyrian Purple. HEX triplet: 74, 0B and 40. RGB value is (116,11,64). Sum of RGB (Red+Green+Blue) = 116+11+64=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #740B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740B40 is #8BF4BF. Grayscale: #303030. Windows color (decimal): -9172160 or 4197236. OLE color: 4197236.

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

Color convert

RGB 116 11 64 -
CMYK 0 0.91 0.45 0.55
HSL 329.71º 0.83% 0.25% -
HSV(B) 329.71º 0.91% 0.45% -
XYZ 8.25 4.32 5.25 -
YUV 48.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 116 11 64 0 0.91 0.45 0.55 329.71 0.83 0.25
Hex 74 B 40 0 5B 2D 37 14A 53 19
Octal 164 13 100 0 133 55 67 512 123 31
Binary 1110100 1011 1000000 0 1011011 101101 110111 101001010 1010011 11001

Color Harmonies of #740B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740B40

Black with #740B40

Text Example


Text Example

White with #740B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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