Html Css Color HEX #800449 Tyrian Purple

📋 copy color: '#800449'

red 128 ◦ green 4 ◦ blue 73

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

Shades of Tyrian Purple #800449

Tints of Tyrian Purple #800449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.95%

 BLUE value IS 73 (28.91% from 255) = 35.61%

R = 62.44%
G = 1.95%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#800449 (or 0x800449) is known color: Tyrian Purple. HEX triplet: 80, 04 and 49. RGB value is (128,4,73). Sum of RGB (Red+Green+Blue) = 128+4+73=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #800449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800449 is #7FFBB6. Grayscale: #303030. Windows color (decimal): -8387511 or 4785280. OLE color: 4785280.

HSL color Cylindrical-coordinate representation of color #800449: hue angle of 326.61º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800449 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 4 73 -
CMYK 0 0.97 0.43 0.50
HSL 326.61º 0.94% 0.26% -
HSV(B) 326.61º 0.97% 0.5% -
XYZ 10.15 5.16 6.76 -
YUV 48.94 141.58 184.39 -
System Red Green Blue C M Y K H S L
Decimal 128 4 73 0 0.97 0.43 0.50 326.61 0.94 0.26
Hex 80 4 49 0 61 2B 32 147 5E 1A
Octal 200 4 111 0 141 53 62 507 136 32
Binary 10000000 100 1001001 0 1100001 101011 110010 101000111 1011110 11010

Color Harmonies of #800449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800449

Black with #800449

Text Example


Text Example

White with #800449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800449; }

 p { color: rgb(128,4,73); }

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

background-color css

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

 a { background-color: rgb(128,4,73); }

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

border-color css

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

 span { border-color: rgb(128,4,73); }

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