Html Css Color HEX #740143 Tyrian Purple

📋 copy color: '#740143'

red 116 ◦ green 1 ◦ blue 67

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

Shades of Tyrian Purple #740143

Tints of Tyrian Purple #740143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 67 (26.56% from 255) = 36.41%

R = 63.04%
G = 0.54%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#740143 (or 0x740143) is known color: Tyrian Purple. HEX triplet: 74, 01 and 43. RGB value is (116,1,67). Sum of RGB (Red+Green+Blue) = 116+1+67=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #740143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740143 is #8BFEBC. Grayscale: #2A2A2A. Windows color (decimal): -9174717 or 4391284. OLE color: 4391284.

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

Color convert

RGB 116 1 67 -
CMYK 0 0.99 0.42 0.55
HSL 325.57º 0.98% 0.23% -
HSV(B) 325.57º 0.99% 0.45% -
XYZ 8.23 4.14 5.68 -
YUV 42.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 116 1 67 0 0.99 0.42 0.55 325.57 0.98 0.23
Hex 74 1 43 0 63 2A 37 146 62 17
Octal 164 1 103 0 143 52 67 506 142 27
Binary 1110100 1 1000011 0 1100011 101010 110111 101000110 1100010 10111

Color Harmonies of #740143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740143

Black with #740143

Text Example


Text Example

White with #740143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740143; }

 p { color: rgb(116,1,67); }

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

background-color css

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

 a { background-color: rgb(116,1,67); }

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

border-color css

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

 span { border-color: rgb(116,1,67); }

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