Html Css Color HEX #740739 Tyrian Purple

📋 copy color: '#740739'

red 116 ◦ green 7 ◦ blue 57

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

Shades of Tyrian Purple #740739

Tints of Tyrian Purple #740739

RGB

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

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

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

R = 64.44%
G = 3.89%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#740739 (or 0x740739) is known color: Tyrian Purple. HEX triplet: 74, 07 and 39. RGB value is (116,7,57). Sum of RGB (Red+Green+Blue) = 116+7+57=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 57 (22.66% from 255 or 31.67% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #740739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740739 is #8BF8C6. Grayscale: #2D2D2D. Windows color (decimal): -9173191 or 3737460. OLE color: 3737460.

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

Color convert

RGB 116 7 57 -
CMYK 0 0.94 0.51 0.55
HSL 332.48º 0.89% 0.24% -
HSV(B) 332.48º 0.94% 0.45% -
XYZ 8.02 4.16 4.25 -
YUV 45.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 116 7 57 0 0.94 0.51 0.55 332.48 0.89 0.24
Hex 74 7 39 0 5E 33 37 14C 59 18
Octal 164 7 71 0 136 63 67 514 131 30
Binary 1110100 111 111001 0 1011110 110011 110111 101001100 1011001 11000

Color Harmonies of #740739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740739

Black with #740739

Text Example


Text Example

White with #740739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740739; }

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

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

background-color css

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

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

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

border-color css

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

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

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