Html Css Color HEX #740836 Tyrian Purple

📋 copy color: '#740836'

red 116 ◦ green 8 ◦ blue 54

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

Shades of Tyrian Purple #740836

Tints of Tyrian Purple #740836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.34%

R = 65.17%
G = 4.49%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#740836 (or 0x740836) is known color: Tyrian Purple. HEX triplet: 74, 08 and 36. RGB value is (116,8,54). Sum of RGB (Red+Green+Blue) = 116+8+54=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #740836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740836 is #8BF7C9. Grayscale: #2D2D2D. Windows color (decimal): -9172938 or 3541108. OLE color: 3541108.

HSL color Cylindrical-coordinate representation of color #740836: hue angle of 334.44º 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 #740836 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 8 54 -
CMYK 0 0.93 0.53 0.55
HSL 334.44º 0.87% 0.24% -
HSV(B) 334.44º 0.93% 0.45% -
XYZ 7.96 4.15 3.87 -
YUV 45.54 132.78 178.26 -
System Red Green Blue C M Y K H S L
Decimal 116 8 54 0 0.93 0.53 0.55 334.44 0.87 0.24
Hex 74 8 36 0 5D 35 37 14E 57 18
Octal 164 10 66 0 135 65 67 516 127 30
Binary 1110100 1000 110110 0 1011101 110101 110111 101001110 1010111 11000

Color Harmonies of #740836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740836

Black with #740836

Text Example


Text Example

White with #740836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740836; }

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

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

background-color css

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

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

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

border-color css

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

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

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