Html Css Color HEX #740847 Tyrian Purple

📋 copy color: '#740847'

red 116 ◦ green 8 ◦ blue 71

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

Shades of Tyrian Purple #740847

Tints of Tyrian Purple #740847

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.1%

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

R = 59.49%
G = 4.1%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#740847 (or 0x740847) is known color: Tyrian Purple. HEX triplet: 74, 08 and 47. RGB value is (116,8,71). Sum of RGB (Red+Green+Blue) = 116+8+71=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #740847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740847 is #8BF7B8. Grayscale: #2F2F2F. Windows color (decimal): -9172921 or 4655220. OLE color: 4655220.

HSL color Cylindrical-coordinate representation of color #740847: hue angle of 325º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740847 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 8 71 -
CMYK 0 0.93 0.39 0.55
HSL 325º 0.87% 0.24% -
HSV(B) 325º 0.93% 0.45% -
XYZ 8.43 4.34 6.36 -
YUV 47.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 116 8 71 0 0.93 0.39 0.55 325 0.87 0.24
Hex 74 8 47 0 5D 27 37 145 57 18
Octal 164 10 107 0 135 47 67 505 127 30
Binary 1110100 1000 1000111 0 1011101 100111 110111 101000101 1010111 11000

Color Harmonies of #740847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740847

Black with #740847

Text Example


Text Example

White with #740847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740847; }

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

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

background-color css

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

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

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

border-color css

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

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

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