Html Css Color HEX #740844 Tyrian Purple

📋 copy color: '#740844'

red 116 ◦ green 8 ◦ blue 68

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

Shades of Tyrian Purple #740844

Tints of Tyrian Purple #740844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.17%

 BLUE value IS 68 (26.95% from 255) = 35.42%

R = 60.42%
G = 4.17%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#740844 (or 0x740844) is known color: Tyrian Purple. HEX triplet: 74, 08 and 44. RGB value is (116,8,68). Sum of RGB (Red+Green+Blue) = 116+8+68=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #740844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740844 is #8BF7BB. Grayscale: #2F2F2F. Windows color (decimal): -9172924 or 4458612. OLE color: 4458612.

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

Color convert

RGB 116 8 68 -
CMYK 0 0.93 0.41 0.55
HSL 326.67º 0.87% 0.24% -
HSV(B) 326.67º 0.93% 0.45% -
XYZ 8.33 4.3 5.86 -
YUV 47.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 116 8 68 0 0.93 0.41 0.55 326.67 0.87 0.24
Hex 74 8 44 0 5D 29 37 147 57 18
Octal 164 10 104 0 135 51 67 507 127 30
Binary 1110100 1000 1000100 0 1011101 101001 110111 101000111 1010111 11000

Color Harmonies of #740844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740844

Black with #740844

Text Example


Text Example

White with #740844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740844; }

 p { color: rgb(116,8,68); }

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

background-color css

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

 a { background-color: rgb(116,8,68); }

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

border-color css

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

 span { border-color: rgb(116,8,68); }

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