Html Css Color HEX #740144 Tyrian Purple

📋 copy color: '#740144'

red 116 ◦ green 1 ◦ blue 68

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

Shades of Tyrian Purple #740144

Tints of Tyrian Purple #740144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.76%

R = 62.7%
G = 0.54%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#740144 (or 0x740144) is known color: Tyrian Purple. HEX triplet: 74, 01 and 44. RGB value is (116,1,68). Sum of RGB (Red+Green+Blue) = 116+1+68=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #740144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740144 is #8BFEBB. Grayscale: #2A2A2A. Windows color (decimal): -9174716 or 4456820. OLE color: 4456820.

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

Color convert

RGB 116 1 68 -
CMYK 0 0.99 0.41 0.55
HSL 325.04º 0.98% 0.23% -
HSV(B) 325.04º 0.99% 0.45% -
XYZ 8.26 4.15 5.84 -
YUV 43.02 142.1 180.05 -
System Red Green Blue C M Y K H S L
Decimal 116 1 68 0 0.99 0.41 0.55 325.04 0.98 0.23
Hex 74 1 44 0 63 29 37 145 62 17
Octal 164 1 104 0 143 51 67 505 142 27
Binary 1110100 1 1000100 0 1100011 101001 110111 101000101 1100010 10111

Color Harmonies of #740144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740144

Black with #740144

Text Example


Text Example

White with #740144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740144; }

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

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

background-color css

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

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

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

border-color css

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

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

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