Html Css Color HEX #740346 Tyrian Purple

📋 copy color: '#740346'

red 116 ◦ green 3 ◦ blue 70

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

Shades of Tyrian Purple #740346

Tints of Tyrian Purple #740346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.59%

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

R = 61.38%
G = 1.59%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#740346 (or 0x740346) is known color: Tyrian Purple. HEX triplet: 74, 03 and 46. RGB value is (116,3,70). Sum of RGB (Red+Green+Blue) = 116+3+70=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #740346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740346 is #8BFCB9. Grayscale: #2C2C2C. Windows color (decimal): -9174202 or 4588404. OLE color: 4588404.

HSL color Cylindrical-coordinate representation of color #740346: hue angle of 324.42º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740346 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 3 70 -
CMYK 0 0.97 0.40 0.55
HSL 324.42º 0.95% 0.23% -
HSV(B) 324.42º 0.97% 0.45% -
XYZ 8.34 4.22 6.17 -
YUV 44.43 142.44 179.05 -
System Red Green Blue C M Y K H S L
Decimal 116 3 70 0 0.97 0.40 0.55 324.42 0.95 0.23
Hex 74 3 46 0 61 28 37 144 5F 17
Octal 164 3 106 0 141 50 67 504 137 27
Binary 1110100 11 1000110 0 1100001 101000 110111 101000100 1011111 10111

Color Harmonies of #740346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740346

Black with #740346

Text Example


Text Example

White with #740346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740346; }

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

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

background-color css

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

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

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

border-color css

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

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

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