Html Css Color HEX #500547 Tyrian Purple

📋 copy color: '#500547'

red 80 ◦ green 5 ◦ blue 71

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

Shades of Tyrian Purple #500547

Tints of Tyrian Purple #500547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.21%

 BLUE value IS 71 (28.13% from 255) = 45.51%

R = 51.28%
G = 3.21%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#500547 (or 0x500547) is known color: Tyrian Purple. HEX triplet: 50, 05 and 47. RGB value is (80,5,71). Sum of RGB (Red+Green+Blue) = 80+5+71=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #500547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500547 is #AFFAB8. Grayscale: #222222. Windows color (decimal): -11532985 or 4654416. OLE color: 4654416.

HSL color Cylindrical-coordinate representation of color #500547: hue angle of 307.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500547 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 5 71 -
CMYK 0 0.94 0.11 0.69
HSL 307.2º 0.88% 0.17% -
HSV(B) 307.2º 0.94% 0.31% -
XYZ 4.5 2.27 6.16 -
YUV 34.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 80 5 71 0 0.94 0.11 0.69 307.2 0.88 0.17
Hex 50 5 47 0 5E B 45 133 58 11
Octal 120 5 107 0 136 13 105 463 130 21
Binary 1010000 101 1000111 0 1011110 1011 1000101 100110011 1011000 10001

Color Harmonies of #500547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500547

Black with #500547

Text Example


Text Example

White with #500547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500547; }

 p { color: rgb(80,5,71); }

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

background-color css

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

 a { background-color: rgb(80,5,71); }

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

border-color css

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

 span { border-color: rgb(80,5,71); }

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