Html Css Color HEX #740740 Tyrian Purple

📋 copy color: '#740740'

red 116 ◦ green 7 ◦ blue 64

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

Shades of Tyrian Purple #740740

Tints of Tyrian Purple #740740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.74%

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

R = 62.03%
G = 3.74%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#740740 (or 0x740740) is known color: Tyrian Purple. HEX triplet: 74, 07 and 40. RGB value is (116,7,64). Sum of RGB (Red+Green+Blue) = 116+7+64=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #740740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740740 is #8BF8BF. Grayscale: #2D2D2D. Windows color (decimal): -9173184 or 4196212. OLE color: 4196212.

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

Color convert

RGB 116 7 64 -
CMYK 0 0.94 0.45 0.55
HSL 328.62º 0.89% 0.24% -
HSV(B) 328.62º 0.94% 0.45% -
XYZ 8.2 4.24 5.24 -
YUV 46.09 138.11 177.87 -
System Red Green Blue C M Y K H S L
Decimal 116 7 64 0 0.94 0.45 0.55 328.62 0.89 0.24
Hex 74 7 40 0 5E 2D 37 149 59 18
Octal 164 7 100 0 136 55 67 511 131 30
Binary 1110100 111 1000000 0 1011110 101101 110111 101001001 1011001 11000

Color Harmonies of #740740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740740

Black with #740740

Text Example


Text Example

White with #740740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740740; }

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

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

background-color css

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

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

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

border-color css

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

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

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