Html Css Color HEX #740051 Tyrian Purple

📋 copy color: '#740051'

red 116 ◦ green 0 ◦ blue 81

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

Shades of Tyrian Purple #740051

Tints of Tyrian Purple #740051

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 81 (32.03% from 255) = 41.12%

R = 58.88%
G = 0%
B = 41.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#740051 (or 0x740051) is known color: Tyrian Purple. HEX triplet: 74, 00 and 51. RGB value is (116,0,81). Sum of RGB (Red+Green+Blue) = 116+0+81=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #740051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740051 is #8BFFAE. Grayscale: #2B2B2B. Windows color (decimal): -9174959 or 5308532. OLE color: 5308532.

HSL color Cylindrical-coordinate representation of color #740051: hue angle of 318.1º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740051 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 0 81 -
CMYK 0 1 0.30 0.55
HSL 318.1º 1% 0.23% -
HSV(B) 318.1º 1% 0.45% -
XYZ 8.69 4.31 8.16 -
YUV 43.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 116 0 81 0 1 0.30 0.55 318.1 1 0.23
Hex 74 0 51 0 64 1E 37 13E 64 17
Octal 164 0 121 0 144 36 67 476 144 27
Binary 1110100 0 1010001 0 1100100 11110 110111 100111110 1100100 10111

Color Harmonies of #740051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740051

Black with #740051

Text Example


Text Example

White with #740051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740051; }

 p { color: rgb(116,0,81); }

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

background-color css

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

 a { background-color: rgb(116,0,81); }

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

border-color css

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

 span { border-color: rgb(116,0,81); }

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