Html Css Color HEX #740147 Tyrian Purple

📋 copy color: '#740147'

red 116 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #740147

Tints of Tyrian Purple #740147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.77%

R = 61.7%
G = 0.53%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#740147 (or 0x740147) is known color: Tyrian Purple. HEX triplet: 74, 01 and 47. RGB value is (116,1,71). Sum of RGB (Red+Green+Blue) = 116+1+71=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #740147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740147 is #8BFEB8. Grayscale: #2B2B2B. Windows color (decimal): -9174713 or 4653428. OLE color: 4653428.

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

Color convert

RGB 116 1 71 -
CMYK 0 0.99 0.39 0.55
HSL 323.48º 0.98% 0.23% -
HSV(B) 323.48º 0.99% 0.45% -
XYZ 8.35 4.19 6.33 -
YUV 43.37 143.6 179.81 -
System Red Green Blue C M Y K H S L
Decimal 116 1 71 0 0.99 0.39 0.55 323.48 0.98 0.23
Hex 74 1 47 0 63 27 37 143 62 17
Octal 164 1 107 0 143 47 67 503 142 27
Binary 1110100 1 1000111 0 1100011 100111 110111 101000011 1100010 10111

Color Harmonies of #740147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740147

Black with #740147

Text Example


Text Example

White with #740147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740147; }

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

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

background-color css

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

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

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

border-color css

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

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

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