Html Css Color HEX #740136 Tyrian Purple

📋 copy color: '#740136'

red 116 ◦ green 1 ◦ blue 54

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

Shades of Tyrian Purple #740136

Tints of Tyrian Purple #740136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.58%

R = 67.84%
G = 0.58%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#740136 (or 0x740136) is known color: Tyrian Purple. HEX triplet: 74, 01 and 36. RGB value is (116,1,54). Sum of RGB (Red+Green+Blue) = 116+1+54=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 54 (21.48% from 255 or 31.58% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #740136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740136 is #8BFEC9. Grayscale: #292929. Windows color (decimal): -9174730 or 3539316. OLE color: 3539316.

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

Color convert

RGB 116 1 54 -
CMYK 0 0.99 0.53 0.55
HSL 332.35º 0.98% 0.23% -
HSV(B) 332.35º 0.99% 0.45% -
XYZ 7.88 4 3.85 -
YUV 41.43 135.1 181.19 -
System Red Green Blue C M Y K H S L
Decimal 116 1 54 0 0.99 0.53 0.55 332.35 0.98 0.23
Hex 74 1 36 0 63 35 37 14C 62 17
Octal 164 1 66 0 143 65 67 514 142 27
Binary 1110100 1 110110 0 1100011 110101 110111 101001100 1100010 10111

Color Harmonies of #740136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740136

Black with #740136

Text Example


Text Example

White with #740136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740136; }

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

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

background-color css

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

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

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

border-color css

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

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

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