Html Css Color HEX #740939 Tyrian Purple

📋 copy color: '#740939'

red 116 ◦ green 9 ◦ blue 57

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

Shades of Tyrian Purple #740939

Tints of Tyrian Purple #740939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.95%

 BLUE value IS 57 (22.66% from 255) = 31.32%

R = 63.74%
G = 4.95%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#740939 (or 0x740939) is known color: Tyrian Purple. HEX triplet: 74, 09 and 39. RGB value is (116,9,57). Sum of RGB (Red+Green+Blue) = 116+9+57=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #740939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740939 is #8BF6C6. Grayscale: #2E2E2E. Windows color (decimal): -9172679 or 3737972. OLE color: 3737972.

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

Color convert

RGB 116 9 57 -
CMYK 0 0.92 0.51 0.55
HSL 333.08º 0.86% 0.25% -
HSV(B) 333.08º 0.92% 0.45% -
XYZ 8.04 4.2 4.26 -
YUV 46.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 116 9 57 0 0.92 0.51 0.55 333.08 0.86 0.25
Hex 74 9 39 0 5C 33 37 14D 56 19
Octal 164 11 71 0 134 63 67 515 126 31
Binary 1110100 1001 111001 0 1011100 110011 110111 101001101 1010110 11001

Color Harmonies of #740939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740939

Black with #740939

Text Example


Text Example

White with #740939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740939; }

 p { color: rgb(116,9,57); }

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

background-color css

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

 a { background-color: rgb(116,9,57); }

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

border-color css

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

 span { border-color: rgb(116,9,57); }

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