Html Css Color HEX #74014F Tyrian Purple

📋 copy color: '#74014F'

red 116 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #74014F

Tints of Tyrian Purple #74014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.31%

R = 59.18%
G = 0.51%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74014F (or 0x74014F) is known color: Tyrian Purple. HEX triplet: 74, 01 and 4F. RGB value is (116,1,79). Sum of RGB (Red+Green+Blue) = 116+1+79=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74014F is #8BFEB0. Grayscale: #2C2C2C. Windows color (decimal): -9174705 or 5177716. OLE color: 5177716.

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

Color convert

RGB 116 1 79 -
CMYK 0 0.99 0.32 0.55
HSL 319.3º 0.98% 0.23% -
HSV(B) 319.3º 0.99% 0.45% -
XYZ 8.62 4.3 7.77 -
YUV 44.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 116 1 79 0 0.99 0.32 0.55 319.3 0.98 0.23
Hex 74 1 4F 0 63 20 37 13F 62 17
Octal 164 1 117 0 143 40 67 477 142 27
Binary 1110100 1 1001111 0 1100011 100000 110111 100111111 1100010 10111

Color Harmonies of #74014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74014F

Black with #74014F

Text Example


Text Example

White with #74014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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