Html Css Color HEX #740537 Tyrian Purple

📋 copy color: '#740537'

red 116 ◦ green 5 ◦ blue 55

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

Shades of Tyrian Purple #740537

Tints of Tyrian Purple #740537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.84%

 BLUE value IS 55 (21.88% from 255) = 31.25%

R = 65.91%
G = 2.84%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#740537 (or 0x740537) is known color: Tyrian Purple. HEX triplet: 74, 05 and 37. RGB value is (116,5,55). Sum of RGB (Red+Green+Blue) = 116+5+55=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #740537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740537 is #8BFAC8. Grayscale: #2B2B2B. Windows color (decimal): -9173705 or 3605876. OLE color: 3605876.

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

Color convert

RGB 116 5 55 -
CMYK 0 0.96 0.53 0.55
HSL 332.97º 0.92% 0.24% -
HSV(B) 332.97º 0.96% 0.45% -
XYZ 7.95 4.1 3.99 -
YUV 43.89 134.27 179.43 -
System Red Green Blue C M Y K H S L
Decimal 116 5 55 0 0.96 0.53 0.55 332.97 0.92 0.24
Hex 74 5 37 0 60 35 37 14D 5C 18
Octal 164 5 67 0 140 65 67 515 134 30
Binary 1110100 101 110111 0 1100000 110101 110111 101001101 1011100 11000

Color Harmonies of #740537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740537

Black with #740537

Text Example


Text Example

White with #740537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740537; }

 p { color: rgb(116,5,55); }

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

background-color css

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

 a { background-color: rgb(116,5,55); }

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

border-color css

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

 span { border-color: rgb(116,5,55); }

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