Html Css Color HEX #740145 Tyrian Purple

📋 copy color: '#740145'

red 116 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #740145

Tints of Tyrian Purple #740145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.1%

R = 62.37%
G = 0.54%
B = 37.1%

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

#740145 (or 0x740145) is known color: Tyrian Purple. HEX triplet: 74, 01 and 45. RGB value is (116,1,69). Sum of RGB (Red+Green+Blue) = 116+1+69=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #740145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740145 is #8BFEBA. Grayscale: #2A2A2A. Windows color (decimal): -9174715 or 4522356. OLE color: 4522356.

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

Color convert

RGB 116 1 69 -
CMYK 0 0.99 0.41 0.55
HSL 324.52º 0.98% 0.23% -
HSV(B) 324.52º 0.99% 0.45% -
XYZ 8.29 4.16 6 -
YUV 43.14 142.6 179.97 -
System Red Green Blue C M Y K H S L
Decimal 116 1 69 0 0.99 0.41 0.55 324.52 0.98 0.23
Hex 74 1 45 0 63 29 37 145 62 17
Octal 164 1 105 0 143 51 67 505 142 27
Binary 1110100 1 1000101 0 1100011 101001 110111 101000101 1100010 10111

Color Harmonies of #740145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740145

Black with #740145

Text Example


Text Example

White with #740145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740145; }

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

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

background-color css

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

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

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

border-color css

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

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

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