Html Css Color HEX #740351 Tyrian Purple

📋 copy color: '#740351'

red 116 ◦ green 3 ◦ blue 81

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

Shades of Tyrian Purple #740351

Tints of Tyrian Purple #740351

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.5%

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

R = 58%
G = 1.5%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#740351 (or 0x740351) is known color: Tyrian Purple. HEX triplet: 74, 03 and 51. RGB value is (116,3,81). Sum of RGB (Red+Green+Blue) = 116+3+81=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #740351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740351 is #8BFCAE. Grayscale: #2D2D2D. Windows color (decimal): -9174191 or 5309300. OLE color: 5309300.

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

Color convert

RGB 116 3 81 -
CMYK 0 0.97 0.30 0.55
HSL 318.58º 0.95% 0.23% -
HSV(B) 318.58º 0.97% 0.45% -
XYZ 8.72 4.37 8.17 -
YUV 45.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 116 3 81 0 0.97 0.30 0.55 318.58 0.95 0.23
Hex 74 3 51 0 61 1E 37 13F 5F 17
Octal 164 3 121 0 141 36 67 477 137 27
Binary 1110100 11 1010001 0 1100001 11110 110111 100111111 1011111 10111

Color Harmonies of #740351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740351

Black with #740351

Text Example


Text Example

White with #740351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740351; }

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

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

background-color css

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

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

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

border-color css

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

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

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