Html Css Color HEX #74014E Tyrian Purple

📋 copy color: '#74014E'

red 116 ◦ green 1 ◦ blue 78

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

Shades of Tyrian Purple #74014E

Tints of Tyrian Purple #74014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40%

R = 59.49%
G = 0.51%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#74014E (or 0x74014E) is known color: Tyrian Purple. HEX triplet: 74, 01 and 4E. RGB value is (116,1,78). Sum of RGB (Red+Green+Blue) = 116+1+78=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74014E is #8BFEB1. Grayscale: #2B2B2B. Windows color (decimal): -9174706 or 5112180. OLE color: 5112180.

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

Color convert

RGB 116 1 78 -
CMYK 0 0.99 0.33 0.55
HSL 319.83º 0.98% 0.23% -
HSV(B) 319.83º 0.99% 0.45% -
XYZ 8.59 4.28 7.58 -
YUV 44.16 147.1 179.24 -
System Red Green Blue C M Y K H S L
Decimal 116 1 78 0 0.99 0.33 0.55 319.83 0.98 0.23
Hex 74 1 4E 0 63 21 37 140 62 17
Octal 164 1 116 0 143 41 67 500 142 27
Binary 1110100 1 1001110 0 1100011 100001 110111 101000000 1100010 10111

Color Harmonies of #74014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74014E

Black with #74014E

Text Example


Text Example

White with #74014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74014E; }

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

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

background-color css

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

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

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

border-color css

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

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

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