Html Css Color HEX #74014B Tyrian Purple

📋 copy color: '#74014B'

red 116 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #74014B

Tints of Tyrian Purple #74014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.06%

R = 60.42%
G = 0.52%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#74014B (or 0x74014B) is known color: Tyrian Purple. HEX triplet: 74, 01 and 4B. RGB value is (116,1,75). Sum of RGB (Red+Green+Blue) = 116+1+75=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #74014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74014B is #8BFEB4. Grayscale: #2B2B2B. Windows color (decimal): -9174709 or 4915572. OLE color: 4915572.

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

Color convert

RGB 116 1 75 -
CMYK 0 0.99 0.35 0.55
HSL 321.39º 0.98% 0.23% -
HSV(B) 321.39º 0.99% 0.45% -
XYZ 8.48 4.24 7.03 -
YUV 43.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 116 1 75 0 0.99 0.35 0.55 321.39 0.98 0.23
Hex 74 1 4B 0 63 23 37 141 62 17
Octal 164 1 113 0 143 43 67 501 142 27
Binary 1110100 1 1001011 0 1100011 100011 110111 101000001 1100010 10111

Color Harmonies of #74014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74014B

Black with #74014B

Text Example


Text Example

White with #74014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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