Html Css Color HEX #740240 Tyrian Purple

📋 copy color: '#740240'

red 116 ◦ green 2 ◦ blue 64

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

Shades of Tyrian Purple #740240

Tints of Tyrian Purple #740240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

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

R = 63.74%
G = 1.1%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#740240 (or 0x740240) is known color: Tyrian Purple. HEX triplet: 74, 02 and 40. RGB value is (116,2,64). Sum of RGB (Red+Green+Blue) = 116+2+64=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #740240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740240 is #8BFDBF. Grayscale: #2B2B2B. Windows color (decimal): -9174464 or 4194932. OLE color: 4194932.

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

Color convert

RGB 116 2 64 -
CMYK 0 0.98 0.45 0.55
HSL 327.37º 0.97% 0.23% -
HSV(B) 327.37º 0.98% 0.45% -
XYZ 8.15 4.13 5.22 -
YUV 43.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 116 2 64 0 0.98 0.45 0.55 327.37 0.97 0.23
Hex 74 2 40 0 62 2D 37 147 61 17
Octal 164 2 100 0 142 55 67 507 141 27
Binary 1110100 10 1000000 0 1100010 101101 110111 101000111 1100001 10111

Color Harmonies of #740240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740240

Black with #740240

Text Example


Text Example

White with #740240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740240; }

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

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

background-color css

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

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

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

border-color css

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

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

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