Html Css Color HEX #740547 Tyrian Purple

📋 copy color: '#740547'

red 116 ◦ green 5 ◦ blue 71

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

Shades of Tyrian Purple #740547

Tints of Tyrian Purple #740547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 36.98%

R = 60.42%
G = 2.6%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#740547 (or 0x740547) is known color: Tyrian Purple. HEX triplet: 74, 05 and 47. RGB value is (116,5,71). Sum of RGB (Red+Green+Blue) = 116+5+71=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #740547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740547 is #8BFAB8. Grayscale: #2D2D2D. Windows color (decimal): -9173689 or 4654452. OLE color: 4654452.

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

Color convert

RGB 116 5 71 -
CMYK 0 0.96 0.39 0.55
HSL 324.32º 0.92% 0.24% -
HSV(B) 324.32º 0.96% 0.45% -
XYZ 8.39 4.28 6.34 -
YUV 45.71 142.27 178.13 -
System Red Green Blue C M Y K H S L
Decimal 116 5 71 0 0.96 0.39 0.55 324.32 0.92 0.24
Hex 74 5 47 0 60 27 37 144 5C 18
Octal 164 5 107 0 140 47 67 504 134 30
Binary 1110100 101 1000111 0 1100000 100111 110111 101000100 1011100 11000

Color Harmonies of #740547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740547

Black with #740547

Text Example


Text Example

White with #740547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740547; }

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

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

background-color css

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

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

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

border-color css

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

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

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