Html Css Color HEX #740151 Tyrian Purple

📋 copy color: '#740151'

red 116 ◦ green 1 ◦ blue 81

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

Shades of Tyrian Purple #740151

Tints of Tyrian Purple #740151

RGB

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

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

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

R = 58.59%
G = 0.51%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#740151 (or 0x740151) is known color: Tyrian Purple. HEX triplet: 74, 01 and 51. RGB value is (116,1,81). Sum of RGB (Red+Green+Blue) = 116+1+81=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #740151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740151 is #8BFEAE. Grayscale: #2C2C2C. Windows color (decimal): -9174703 or 5308788. OLE color: 5308788.

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

Color convert

RGB 116 1 81 -
CMYK 0 0.99 0.30 0.55
HSL 318.26º 0.98% 0.23% -
HSV(B) 318.26º 0.99% 0.45% -
XYZ 8.7 4.33 8.16 -
YUV 44.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 116 1 81 0 0.99 0.30 0.55 318.26 0.98 0.23
Hex 74 1 51 0 63 1E 37 13E 62 17
Octal 164 1 121 0 143 36 67 476 142 27
Binary 1110100 1 1010001 0 1100011 11110 110111 100111110 1100010 10111

Color Harmonies of #740151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740151

Black with #740151

Text Example


Text Example

White with #740151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740151; }

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

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

background-color css

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

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

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

border-color css

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

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

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