Html Css Color HEX #500047 Tyrian Purple

📋 copy color: '#500047'

red 80 ◦ green 0 ◦ blue 71

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

Shades of Tyrian Purple #500047

Tints of Tyrian Purple #500047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.98%
G = 0%
B = 47.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#500047 (or 0x500047) is known color: Tyrian Purple. HEX triplet: 50, 00 and 47. RGB value is (80,0,71). Sum of RGB (Red+Green+Blue) = 80+0+71=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #500047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500047 is #AFFFB8. Grayscale: #1F1F1F. Windows color (decimal): -11534265 or 4653136. OLE color: 4653136.

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

Color convert

RGB 80 0 71 -
CMYK 0 1 0.11 0.69
HSL 306.75º 1% 0.16% -
HSV(B) 306.75º 1% 0.31% -
XYZ 4.45 2.16 6.14 -
YUV 32.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 80 0 71 0 1 0.11 0.69 306.75 1 0.16
Hex 50 0 47 0 64 B 45 133 64 10
Octal 120 0 107 0 144 13 105 463 144 20
Binary 1010000 0 1000111 0 1100100 1011 1000101 100110011 1100100 10000

Color Harmonies of #500047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500047

Black with #500047

Text Example


Text Example

White with #500047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500047; }

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

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

background-color css

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

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

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

border-color css

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

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

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