Html Css Color HEX #500449 Tyrian Purple

📋 copy color: '#500449'

red 80 ◦ green 4 ◦ blue 73

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

Shades of Tyrian Purple #500449

Tints of Tyrian Purple #500449

RGB

 RED value IS 80 (31.64% from 255) = 50.96%

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

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

R = 50.96%
G = 2.55%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#500449 (or 0x500449) is known color: Tyrian Purple. HEX triplet: 50, 04 and 49. RGB value is (80,4,73). Sum of RGB (Red+Green+Blue) = 80+4+73=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #500449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500449 is #AFFBB6. Grayscale: #222222. Windows color (decimal): -11533239 or 4785232. OLE color: 4785232.

HSL color Cylindrical-coordinate representation of color #500449: hue angle of 305.53º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500449 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 4 73 -
CMYK 0 0.95 0.09 0.69
HSL 305.53º 0.9% 0.16% -
HSV(B) 305.53º 0.95% 0.31% -
XYZ 4.55 2.27 6.5 -
YUV 34.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 80 4 73 0 0.95 0.09 0.69 305.53 0.9 0.16
Hex 50 4 49 0 5F 9 45 132 5A 10
Octal 120 4 111 0 137 11 105 462 132 20
Binary 1010000 100 1001001 0 1011111 1001 1000101 100110010 1011010 10000

Color Harmonies of #500449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500449

Black with #500449

Text Example


Text Example

White with #500449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500449; }

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

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

background-color css

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

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

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

border-color css

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

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

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