Html Css Color HEX #740546 Tyrian Purple

📋 copy color: '#740546'

red 116 ◦ green 5 ◦ blue 70

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

Shades of Tyrian Purple #740546

Tints of Tyrian Purple #740546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 60.73%
G = 2.62%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#740546 (or 0x740546) is known color: Tyrian Purple. HEX triplet: 74, 05 and 46. RGB value is (116,5,70). Sum of RGB (Red+Green+Blue) = 116+5+70=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #740546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740546 is #8BFAB9. Grayscale: #2D2D2D. Windows color (decimal): -9173690 or 4588916. OLE color: 4588916.

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

Color convert

RGB 116 5 70 -
CMYK 0 0.96 0.40 0.55
HSL 324.86º 0.92% 0.24% -
HSV(B) 324.86º 0.96% 0.45% -
XYZ 8.36 4.26 6.18 -
YUV 45.6 141.77 178.21 -
System Red Green Blue C M Y K H S L
Decimal 116 5 70 0 0.96 0.40 0.55 324.86 0.92 0.24
Hex 74 5 46 0 60 28 37 145 5C 18
Octal 164 5 106 0 140 50 67 505 134 30
Binary 1110100 101 1000110 0 1100000 101000 110111 101000101 1011100 11000

Color Harmonies of #740546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740546

Black with #740546

Text Example


Text Example

White with #740546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740546; }

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

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

background-color css

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

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

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

border-color css

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

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

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