Html Css Color HEX #740647 Tyrian Purple

📋 copy color: '#740647'

red 116 ◦ green 6 ◦ blue 71

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

Shades of Tyrian Purple #740647

Tints of Tyrian Purple #740647

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.11%

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

R = 60.1%
G = 3.11%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#740647 (or 0x740647) is known color: Tyrian Purple. HEX triplet: 74, 06 and 47. RGB value is (116,6,71). Sum of RGB (Red+Green+Blue) = 116+6+71=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #740647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740647 is #8BF9B8. Grayscale: #2E2E2E. Windows color (decimal): -9173433 or 4654708. OLE color: 4654708.

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

Color convert

RGB 116 6 71 -
CMYK 0 0.95 0.39 0.55
HSL 324.55º 0.9% 0.24% -
HSV(B) 324.55º 0.95% 0.45% -
XYZ 8.4 4.3 6.35 -
YUV 46.3 141.94 177.71 -
System Red Green Blue C M Y K H S L
Decimal 116 6 71 0 0.95 0.39 0.55 324.55 0.9 0.24
Hex 74 6 47 0 5F 27 37 145 5A 18
Octal 164 6 107 0 137 47 67 505 132 30
Binary 1110100 110 1000111 0 1011111 100111 110111 101000101 1011010 11000

Color Harmonies of #740647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740647

Black with #740647

Text Example


Text Example

White with #740647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740647; }

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

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

background-color css

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

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

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

border-color css

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

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

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