Html Css Color HEX #80014A Tyrian Purple

📋 copy color: '#80014A'

red 128 ◦ green 1 ◦ blue 74

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

Shades of Tyrian Purple #80014A

Tints of Tyrian Purple #80014A

RGB

 RED value IS 128 (50.39% from 255) = 63.05%

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

 BLUE value IS 74 (29.3% from 255) = 36.45%

R = 63.05%
G = 0.49%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#80014A (or 0x80014A) is known color: Tyrian Purple. HEX triplet: 80, 01 and 4A. RGB value is (128,1,74). Sum of RGB (Red+Green+Blue) = 128+1+74=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #80014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80014A is #7FFEB5. Grayscale: #2F2F2F. Windows color (decimal): -8388278 or 4850048. OLE color: 4850048.

HSL color Cylindrical-coordinate representation of color #80014A: hue angle of 325.51º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80014A is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 1 74 -
CMYK 0 0.99 0.42 0.50
HSL 325.51º 0.98% 0.25% -
HSV(B) 325.51º 0.99% 0.5% -
XYZ 10.15 5.11 6.93 -
YUV 47.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 128 1 74 0 0.99 0.42 0.50 325.51 0.98 0.25
Hex 80 1 4A 0 63 2A 32 146 62 19
Octal 200 1 112 0 143 52 62 506 142 31
Binary 10000000 1 1001010 0 1100011 101010 110010 101000110 1100010 11001

Color Harmonies of #80014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80014A

Black with #80014A

Text Example


Text Example

White with #80014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80014A; }

 p { color: rgb(128,1,74); }

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

background-color css

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

 a { background-color: rgb(128,1,74); }

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

border-color css

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

 span { border-color: rgb(128,1,74); }

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