Html Css Color HEX #740040 Tyrian Purple

📋 copy color: '#740040'

red 116 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #740040

Tints of Tyrian Purple #740040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.44%
G = 0%
B = 35.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#740040 (or 0x740040) is known color: Tyrian Purple. HEX triplet: 74, 00 and 40. RGB value is (116,0,64). Sum of RGB (Red+Green+Blue) = 116+0+64=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #740040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740040 is #8BFFBF. Grayscale: #292929. Windows color (decimal): -9174976 or 4194420. OLE color: 4194420.

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

Color convert

RGB 116 0 64 -
CMYK 0 1 0.45 0.55
HSL 326.9º 1% 0.23% -
HSV(B) 326.9º 1% 0.45% -
XYZ 8.13 4.08 5.21 -
YUV 41.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 116 0 64 0 1 0.45 0.55 326.9 1 0.23
Hex 74 0 40 0 64 2D 37 147 64 17
Octal 164 0 100 0 144 55 67 507 144 27
Binary 1110100 0 1000000 0 1100100 101101 110111 101000111 1100100 10111

Color Harmonies of #740040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740040

Black with #740040

Text Example


Text Example

White with #740040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740040; }

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

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

background-color css

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

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

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

border-color css

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

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

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